1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/qcp.md

17 lines
439 B
Markdown
Raw Normal View History

2019-11-05 14:33:21 +07:00
# qcp
2019-12-31 18:27:57 +00:00
> Copy files using the default text editor to define the filenames.
2019-11-05 14:33:21 +07: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 14:33:21 +07: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 14:33:21 +07:00
`qcp --option swap {{*.jpg}}`