fish-shell/share/completions/forfiles.fish
2022-01-26 21:37:38 -08:00

7 lines
379 B
Fish

complete --command forfiles --no-files --arguments '/P\t"Specify the path from which to start the search"
/M\t"Search files according to the specified search mask"
/S\t"Instruct the forfiles command to search in subdirectories recursively"
/C\t"Run the specified command on each file"
/D\t"Select files with a last modified date within the specified time frame"
/?\t"Show help"'