Releases: kjcxmx/searchfile
Releases · kjcxmx/searchfile
v1.0.1
SearchFile version: 1.0.1 By [email protected]
Usage: SearchFile [-d /home / C:/] [-n] [-s std/json/soj] [-h help]
eg:
Unix:
./SearchFile -d /home -n main.go -s json
Windows:
./SearchFile.exe -d C:/ -n main.go -s soj -o /home/find.txt
Options:
-d string
start from this dir, default /home or C:/ (default "/home")
-n string
search file name, default main.go (default "main.go")
-o string
output file path and filename, default ./result.txt (default "./result.txt")
-s string
stdout:std /stdjson:json /stdout and stdjso:soj, default std (default "std")