mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-26 11:15:28 +02:00
Embrace the arguments!
This commit is contained in:
parent
0015e71520
commit
5f21c67ead
1 changed files with 2 additions and 2 deletions
|
@ -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"}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue