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
Explain about refer?
Explain about the command lynx?
What is grep command?
How do I find previous commands in linux?
What is clang llvm?
What is umask 000?
What is finger command in linux?
What is unix finger command?
Which command is used to uncompress gzip files?
What the command used for search file or files for specific text?
What is a makefile in linux?
What is $@ in makefile?
Who linux commands?
When and how linux developed?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?