Win2000, WinXP, Win7 x32, Win7 x64, Windows 8, Windows 10, WinServer, WinOther, WinVista, WinVista x64
Системные требования:
Java 1.8+
Язык:
English
Ограничения:
No limitations
Ключевые слова: dir, file stats, file size, file date, tree
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
Разрешения на распространение: You may include FS on any CD compilation. You may not sell FS It is free.
This program is for non-military use only. For details on what that licencing restriction means and why I restricted this software that way, see http://mindprod.com/contact/nonmil.html If you incorporate any of my code in your programs, they too must be marked for non-military use only. However it is not your responsibility to enforce that restriction.