Monday, May 27, 2013

My favourite cp command on Debian Linux

$ cp -vr /path/To/Folder ./destination

cp is my favourite command when it comes to copying files once only. Here the option v tells me what is going on. The option r means "copy directories recursively" or "copy all the files and folders included in the folder /path/To/Folder".

No comments: