From 5f21c67ead37289ef8e868ea43a3a7225efcad30 Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Sat, 13 Feb 2016 00:11:51 +0100 Subject: [PATCH] Embrace the arguments! --- pages/common/mmv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/mmv.md b/pages/common/mmv.md index 1dcbd65545..5c6ba37d18 100644 --- a/pages/common/mmv.md +++ b/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"}}`