HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

xcv — Cut, copy, and paste in the command-line. More information: <https://github.com/busterc/xcv#xcv>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandcutcopyandclixcvpaste

Problem

How to use the xcv command: Cut, copy, and paste in the command-line. More information: <https://github.com/busterc/xcv#xcv>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/xcv

Revisions (0)

No revisions yet.