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 |
what is kernel?
What is the pipe command?
Which command is used to find whether the system is 32 bit or 64 bit?
what do you understand by 'building block primitive'?
How many unix commands are there?
what is shell?
what is ls -ltd?
How can i know my Filesystem and its current usage in my prod UNIX system?
What command is used to check the current users?
What is the functions of zambie process?
How does one process we can start an executable file? How to get the PID process, which we started?
Which command is used to create a directory?