mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
78bd0f9cdb
- rename *list* functions to *print* - use short options everywhere - delegate less work to functions
7 lines
508 B
Fish
7 lines
508 B
Fish
complete -c forfiles -f -a /P -d 'Specify the path from which to start the search'
|
|
complete -c forfiles -f -a /M -d 'Search files according to the specified search mask'
|
|
complete -c forfiles -f -a /S -d 'Instruct the forfiles command to search in subdirectories recursively'
|
|
complete -c forfiles -f -a /C -d 'Run the specified command on each file'
|
|
complete -c forfiles -f -a /D \
|
|
-d 'Select files with a last modified date within the specified time frame'
|
|
complete -c forfiles -f -a '/?' -d 'Show help'
|