Friday, March 16, 2012

How to rename a file


# mv a1 b1 [ to rename a file ‘a1’ as ‘b1’]

[ Open a file ‘a1’with vi editor and write :wq /home/b1, to rename & save in home directory as ‘’b1 ]

No comments:

Post a Comment