Copy

cp <file> <directory> -> copies a file  to another directory
$ cp sample.txt C:/

Last updated