Bläddra i källkod

adding tokens around *.backup

Agniva De Sarker 7 år sedan
förälder
incheckning
5c45c602a2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      pages/common/xargs.md

+ 1 - 1
pages/common/xargs.md

@@ -9,7 +9,7 @@
 
 
 - Delete all files with a `.backup` extension:
 - 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):
 - Convert newlines in the input into NUL (`\0`) characters, and split on those only (useful if the input to xargs contains spaces):