in unix how to change old name to new name
Answer Posted / pravin virkud
mv <old name> <new name> // for rename the file in the same
directory
mv <old name> /<absolute path>/<new name> for rename and
move the file in other diretory.
| Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
What does chmod 755 do?
What is the makefile in c?
What is s in permission linux?
What is the command to calculate the size of a folder?
What is the difference between clang and llvm?
How much ram do I have linux?
Explain about chmod options filename?
What is nbtstat command?
How do you grep?
What is df command in linux?
What is p in mkdir?
What is vnc?
What is umask 000?
What is a simple command?
Explain difference between swap partition and swap file?