소스 검색

Embrace the arguments!

Leandro Ostera 9 년 전
부모
커밋
5f21c67ead
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/common/mmv.md

+ 2 - 2
pages/common/mmv.md

@@ -12,8 +12,8 @@
 
 - Append all .txt files into one file:
 
-`mmv -a "*.txt" {{"all.txt"}}`
+`mmv -a {{"*.txt"}} {{"all.txt"}}`
 
 - Convert dates in filenames from "M-D-Y" format to "D-M-Y" format:
 
-`mmv "[0-1][0-9]-[0-3][0-9]-[0-9][0-9][0-9][0-9].txt" "#3#4-#1#2-#5#6#7#8.txt"`
+`mmv {{"[0-1][0-9]-[0-3][0-9]-[0-9][0-9][0-9][0-9].txt"}} {{"#3#4-#1#2-#5#6#7#8.txt"}}`