Find all instances of a file or wildcard in the current directory tree. Discover location, size and date of each instance.
FS (File Stats) searches the current directory tree for instances of the specified file or wildcard and tells you where it found them, their sizes and their file dates. It is like TakeCommand ffind command, except it gives you extra information on the hits. Note, it always searches the current directory. It is also like DIR without the clutter of directories that do not contain the target. // to find all the workspace.xml files in the E:\intellij tree: cd E:\intellij java.exe -jar C:\com\mindprod\fs\fs.jar workspace.xml // using jet cd E:\intellij fs.exe workspace.xml // to find all the *.java files in the E:\intellij tree: cd E:\intellij java.exe -jar C:\com\mindprod\fs\fs.jar *.java
Download and use it now: FS