adding tokens around *.backup

coverage
Agniva De Sarker 2017-12-10 18:55:58 +05:30 committed by GitHub
parent 17927812a7
commit 5c45c602a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):