1
0
Fork 0
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:
Tim Hwang 2020-12-11 22:12:55 -05:00 committed by GitHub
parent 244a7b1c70
commit f6748fd090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`