People new to Unix or linux environment often wonder how to rename a file from the command line.
Just remember, the command to rename is mv
Usage:
mv old_filename new_filename
Eg:
mv file1.txt file1_new.txt
Just remember, the command to rename is mv
Usage:
mv old_filename new_filename
Eg:
mv file1.txt file1_new.txt
No comments:
Post a Comment