Skip to content

Commit 896abba

Browse files
qmv: add -f do example (tldr-pages#9620)
* Update qmv.md Rename all files and folders in the current directory, but show only target filenames in the editor: `qmv -f do .` * Update qmv.md - Rename all files and folders in the current directory, but show only target filenames in the editor (you can think of it as a kind of simple mode): * Update pages/common/qmv.md
1 parent 4f248c7 commit 896abba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/common/qmv.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@
2222
- Move files, but swap the positions of the source and the target filenames in the editor:
2323

2424
`qmv --option swap {{*.jpg}}`
25+
26+
- Rename all files and folders in the current directory, but show only target filenames in the editor (you can think of it as a kind of simple mode):
27+
28+
`qmv --format=do .`

0 commit comments

Comments
 (0)