浏览代码

adding tokens around *.backup

Agniva De Sarker 7 年之前
父节点
当前提交
5c45c602a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/xargs.md

+ 1 - 1
pages/common/xargs.md

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