mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 09:44:55 +02:00
commit
977e586870
1 changed files with 19 additions and 0 deletions
19
pages/common/xcv.md
Normal file
19
pages/common/xcv.md
Normal 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`
|
Loading…
Add table
Reference in a new issue