1
0
Fork 0
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:
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

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