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 is makefile target?
How cp command works in linux?
What is the pwd command?
What is nslookup command?
What are grep patterns called?
What is difference between sh and bash?
What the command used for list the contents of your home directory, current directory and all subdirectories?
How do I search bash history?
Explain about system and user utilities?
What does uname do in linux?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
How do I run multiple commands in linux?
What does p mean linux?
Which command is used to compare the files?
What is a makefile in c?