mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
369 B
Plaintext
26 lines
369 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# xcv
|
|
|
|
> Cut, copy, and paste in the command-line.
|
|
> More information: <https://github.com/busterc/xcv#xcv>.
|
|
|
|
- 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`
|