FS 1.1
S (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:commindprodfsfs.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:commindprodfsfs.jar *.java