Translate

Sunday, 6 January 2013

How to rename a file in Linux


How to rename  a file ?

mv command is use for renaming the file in linux
#mv <filename> <new filename>

No comments:

Post a Comment