How to rename files and folders?
Answers were Sorted based on User's Feedback
Answer / shiva
mv <old filename> <new filename>
mv <old foldername> <new foldername>
| Is This Answer Correct ? | 22 Yes | 5 No |
Answer / siva
example:
if u wanna convert "old" into "new"
then....
command:
rename old new old
hint:
type ur "new name" between "old name".
| Is This Answer Correct ? | 14 Yes | 6 No |
Answer / rahul rai
$:>cat > first
this is my first file.
my name is rahul rai.
i am doing MCA.
To rename file "first" with the name "second" we can use
the following command .
$:>rename first second first
$:>cat second
this is my first file.
my name is rahul rai.
i am doing MCA.
| Is This Answer Correct ? | 5 Yes | 7 No |
Name the general commands in using unix os for a beginner?
what is the functionality of kernel in unix architecture?
How do I use nslookup?
How do you create a directory in UNIX?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
How would you change all occurrences of a value using VI?
What is the unix command to confirm a remote host is alive or not?
what is kernel?
Which command is used to delete all files in the current directory and all its sub-directories?
what is tar command and what are the different types of tar commands?
What Command will remove a Directory in UNIX?
What is the functionality of a top command?