1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-08 06:33:35 +02:00

xcv: add page

This commit is contained in:
Hayden Schiff 2016-02-23 00:20:11 -05:00
parent e46376a0ca
commit 7885d2d8ab

19
pages/common/xcv.md Normal file
View file

@ -0,0 +1,19 @@
# 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`