Tagged Questions
13
votes
3answers
2k views
Copy and paste a file/directory from command line
Instead of using the following command:
cp {source file} {dest file}
I want to be able to copy a file into the clipboard, and paste it somewhere else, in another directory. something like this:
...