mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 18:32:41 +03:00
20 lines
218 B
Markdown
20 lines
218 B
Markdown
# xcv
|
|
|
|
> Cut, copy, and paste in the command-line.
|
|
|
|
- Cut a file:
|
|
|
|
`xcv x {{input_file}}`
|
|
|
|
- Copy a file:
|
|
|
|
`xcv c {{input_file}}`
|
|
|
|
- Paste a file:
|
|
|
|
`xcv v {{output_file}}`
|
|
|
|
- List files available for pasting:
|
|
|
|
`xcv l`
|