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 |
Find command can search for files by
How do I run a script in linux?
What is the fastest way to enter a series of commands from the command-line?
What is a makefile in linux?
Where is command history stored in linux?
How do I set permission to run in linux?
What is #!/ Bin sh?
What is cmake in linux?
How can we increase disk read performance in single command in Linux?
How do you find out the server processes running?
How do I run whois command?
Did you work with linux? What flavors and versions?