fd, fdp, finger: add pt_BR translation (#9366)
This commit is contained in:

committed by
GitHub

parent
e81d293482
commit
0fba988587
@@ -8,22 +8,22 @@
|
||||
|
||||
`fd {{pattern}}`
|
||||
|
||||
- Find files that begin with "foo":
|
||||
- Find files that begin with `foo`:
|
||||
|
||||
`fd {{'^foo'}}`
|
||||
`fd '^foo'`
|
||||
|
||||
- Find files with a specific extension:
|
||||
|
||||
`fd --extension {{txt}}`
|
||||
`fd --extension txt`
|
||||
|
||||
- Find files in a specific directory:
|
||||
|
||||
`fd {{pattern}} {{path/to/directory}}`
|
||||
`fd '{{pattern}}' {{path/to/directory}}`
|
||||
|
||||
- Include ignored and hidden files in the search:
|
||||
|
||||
`fd --hidden --no-ignore {{pattern}}`
|
||||
`fd --hidden --no-ignore '{{pattern}}'`
|
||||
|
||||
- Execute a command on each search result returned:
|
||||
|
||||
`fd {{pattern}} --exec {{command}}`
|
||||
`fd '{{pattern}}' --exec {{command}}`
|
||||
|
Reference in New Issue
Block a user