adspace
How to copy files from one directory to other in unix?
Answer Posted / Gaurav Bansh
"cp source_file destination_directory"; example: "cp file1 /destination/"
Post New Answer View All Answers
How can you edit a large file without opening it in unix?
988