IT/Software/Command Line Applications/qmv: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (→qmv) |
Walttheboss (talk | contribs) (→qmv) |
||
Line 11: | Line 11: | ||
*Now you are Nano text editor. | *Now you are Nano text editor. | ||
**Replace all that you want. | **Replace all that you want. | ||
<code>Ctrl+\</code> | |||
Type what to search for. | |||
Type what to replace. | |||
Choose method(all or one at a time) | |||
<code>Ctrl+x</code> | |||
Save and write to suggested file. | |||
Changes will appear. | |||
*Save and Exit | *Save and Exit | ||
*done!!! | *done!!! | ||
__FORCETOC__ | __FORCETOC__ |
Revision as of 04:54, 20 October 2021
qmv
- This is a batch rename utility
- qcp is the same except is leaves the old one behind(copy rename paste)
- Open the folder to work in.
- Open the command line from there.
- f4 in Dolphin
qmv -f do
- Now you are Nano text editor.
- Replace all that you want.
Ctrl+\
Type what to search for.
Type what to replace.
Choose method(all or one at a time)
Ctrl+x
Save and write to suggested file.
Changes will appear.
- Save and Exit
- done!!!