mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-03 16:48:45 +00:00
6 lines
379 B
Fish
6 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"'
|