mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
fd: add --exec (#5019)
This commit is contained in:
parent
244a7b1c70
commit
f6748fd090
1 changed files with 4 additions and 0 deletions
|
@ -23,3 +23,7 @@
|
|||
- Include ignored and hidden files in the search:
|
||||
|
||||
`fd --hidden --no-ignore {{pattern}}`
|
||||
|
||||
- Execute a command on each search result returned:
|
||||
|
||||
`fd {{pattern}} --exec {{command}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue