snippetbashTip
xcv — Cut, copy, and paste in the command-line. More information: <https://github.com/busterc/xcv#xcv>.
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 lCode 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 lContext
tldr-pages: common/xcv
Revisions (0)
No revisions yet.