hi guys,
if let say i want to change this file to different name in unix command. what should be the command name?pls let me know
01052004.tra
thanks,
This is a discussion on Command help within the Tech Board forums, part of the Community Boards category; hi guys, if let say i want to change this file to different name in unix command. what should be ...
hi guys,
if let say i want to change this file to different name in unix command. what should be the command name?pls let me know
01052004.tra
thanks,
mv oldfile newfile
edit: in your case it would be "mv 01052004.tra foo.tra"