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
Which daemon is used for scheduling of the commands?
What are linux commands useful?
What is clang tidy?
Is llvm a compiler?
How you will create new folder / directories and how to remove file and folder in linux?
Why is unix used?
What is the difference between locating and locate command?
What is mkdir m in linux?
What is tty in linux command?
How do I find cpu in linux?
What would be the result of the command paste -s dog cat?
List the three main parts of an operating system command?
How do you sort cpu in top command?
What Command used to lock user password?
What is makefile target?