Tool Download

FS

Find all instances of a file in dir tree

Tool Name:

FS

Tool Version: 1.1

Tool Type: Freeware

Tool Cost In: 0.00 US$

Tool Target Platform: Windows

Tool OS Support: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64

Limitations: No limitations

Tool Info URL: Click to view

Video 1: Link for download

Video 2: Link for download

Download 1: Click to download

Download 2: Click to download

Short Description:
Find all instances of a file or wildcard in the current directory tree. Discover location, size and date of each instance.

Long Description 1:
Find all instances of a file or wildcard in the current directory tree. Discover location, size and date of each instance.

Long Description 2:
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