Common Unix Commands with useful syntax
Copy(cp) Command Examples:
To Copy a file from one directory to another : $cp file.doc new/directory/folder
To Make a copy of a file in the current directory as newfile.doc: $cp file.doc newfile.doc
To Copy multiple files in a…
Read More...
Read More...