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 |
Where can I find bash in linux?
What is the best cpu stress test?
How to root mirror in linux?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
What are the options of wc command?
in unix how to change old name to new name
How use linux command line?
What happens to hard link when file is deleted?
What are two subtle differences in using the more and the pg commands?
in unix how to change old name to new name
How do you execute more than one command or program from a single command line entry?
How to schedule cron backup to run on 4th saturday of month??