From a97f79415cf67011f0f9ba00f1602e499f061083 Mon Sep 17 00:00:00 2001 From: "Katherine G. Pe" Date: Sun, 21 Jun 2015 02:24:07 +0800 Subject: [PATCH] Added mmv --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8097227..b9e4b4e 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,8 @@ Notes: repren --full --preserve-case --from foo --to bar . ``` +- Use `mmv` to move/copy/append/link multiple files and directories by wildcard patterns. Rename file extension name: `mmv '*.JPG' '#1.jpg'`. + - Use `shuf` to shuffle or select random lines from a file. - Know `sort`'s options. Know how keys work (`-t` and `-k`). In particular, watch out that you need to write `-k1,1` to sort by only the first field; `-k1` means sort according to the whole line.