Wednesday, July 12, 2017

Rename a file and duplicate a file


7/12/17:
Make a duplicate file using putty command
cp <file_name1> <file_name2>--cp to copy   ---working
mv <file_name1> <file_name2> --mv to rename -- -working



No comments:

Post a Comment