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 rmdir do in linux?
Why is it called bash?
Brief about the command nn?
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
What command would you use to create an empty file without opening it to edit it?
What is cmake in linux?
What are bash scripts used for?
What is linux load average?
How do I move to root in linux?
Which command reduces the size of a file?
Which command is used to terminate a process?
How lilo is useful in linux?
What is the fastest way to enter a series of commands from the command-line?
What is cd in cmd?
How do I get to root in linux?