in unix how to change old name to new name
Answers were Sorted based on User's Feedback
Answer / anil.gaurav
mv Command:
Use this command to change the name of file and
directories.
% mv foo foobar
The file that was named foo is now named foobar
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / v.balaviswanathan
$ mv name1.txt name2.txt
Where name1 is the old name
name2 is the new name
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / k.v.ramayya
one file and directory is moove one place to another places
and drectories in any places
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ravi prakash
for renaming in red hat linux
command is
for example we have to rename folder Hello to Hi
then command is
$ rename Hello hi Hello
so by this Hello rename to hi..
| Is This Answer Correct ? | 0 Yes | 0 No |
What is filter command in unix?
What is the difference between rmdir and rm r?
Why do we use cmake?
How will retrieves incoming mails from different web sites
What is Syntax of any Linux command?
What is the symbol of linux?
Explain the ‘ls’ command in linux
How do I check terminal history?
Which command is used to find what is in your home directory?
What is du -s * | sort -k1,1rn | head command used for?
How can I type in cmd?
Does linux cp command overwrite?