1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 08:15:27 +02:00
tldr/pages/common/qcp.md

17 lines
436 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.
2025-03-27 22:02:12 +02:00
> More information: <https://manned.org/qcp>.
2019-11-05 14:33:21 +07:00
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 JPEG files:
2019-11-05 14:33:21 +07:00
`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 {{[-o|--option]}} swap {{*.jpg}}`