mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:55:28 +02:00
adding tokens around *.backup
This commit is contained in:
parent
17927812a7
commit
5c45c602a2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Delete all files with a `.backup` extension:
|
||||
|
||||
`find . -name '*.backup' | xargs rm -v`
|
||||
`find . -name {{'*.backup'}} | xargs rm -v`
|
||||
|
||||
- Convert newlines in the input into NUL (`\0`) characters, and split on those only (useful if the input to xargs contains spaces):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue