mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:53:39 +02:00
qmv: add -f do example (#9661)
Co-authored-by: Marek Kowalczyk <marek.kowalczyk@mandarine.pl>
This commit is contained in:
parent
a2d50dc8d4
commit
7c4d355193
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- Move files, but swap the positions of the source and the target filenames in the editor:
|
||||
|
||||
`qmv --option swap {{*.jpg}}`
|
||||
|
||||
- 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):
|
||||
|
||||
`qmv --format=do .`
|
||||
|
|
Loading…
Add table
Reference in a new issue