in unix how to change old name to new name
Answer Posted / googler
see there is no rename command in unix ,
so what u can use is "move" (mv) command
mv "(absolute path) old file name" "new file name"
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How remove all files in a directory linux?
What the command used for list the contents of your home directory, current directory and all subdirectories?
How do I run bash on windows?
What is netstat command in linux?
why context switching time should be minimum? How it depends on hardware support?
Explain difference between swap partition and swap file?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
Explain about communication features in UNIX?
How do you create a file?
How do I find the linux version?
What do you mean by directory?
What are the commands in linux?
What is mkdir m in linux?
Which command reduces the size of a file?
What does wc command do in unix?