tldr/pages/common/qcp.md

17 lines
439 B
Markdown
Raw Normal View History

2019-11-05 07:33:21 +00:00
# qcp
2019-12-31 18:27:57 +00:00
> Copy files using the default text editor to define the filenames.
2019-11-05 07:33:21 +00:00
> More information: <https://www.nongnu.org/renameutils/>.
2019-12-31 18:27:57 +00:00
- Copy a single file (open an editor with the source filename on the left and the target filename on the right):
2019-11-05 07:33:21 +00:00
`qcp {{source_file}}`
- Copy multiple JPG files:
`qcp {{*.jpg}}`
2019-12-31 18:27:57 +00:00
- Copy files, but swap the positions of the source and the target filenames in the editor:
2019-11-05 07:33:21 +00:00
`qcp --option swap {{*.jpg}}`