|
NAMExclip-copyfile, xclip-cutfile, xclip-pastefile - copy and move files via the X clipboardSYNOPSISxclip-copyfile [-p] FILES...xclip-cutfile [-p] FILES... xclip-pastefile DESCRIPTIONxclip-copyfile copies files into the X clipboard, recursing into directories.xclip-cutfile copies the files, but also deletes them afterwards.
xclip-pastefile pastes the files out of the clipboard EXAMPLESCopying a file to a remote host[maggie.lkpg.cendio.se ~]$ echo "A file created on ${HOSTNAME}" > file1 [maggie.lkpg.cendio.se ~]$ xclip-copyfile file1 [sofie.homeip.net ~/doc]$ xclip-pastefile file1 [sofie.homeip.net ~/doc]$ cat file1 A file created on maggie.lkpg.cendio.se Copying an entire tree structure AUTHORSThis manual page was written by Maximilian Gass <mxey@cloudconnected.org> for the Debian project. It may be used for everything else, of course. Visit the GSP FreeBSD Man Page Interface. |