How to convert a hidden file to normal visible file?
Answer Posted / shan, nmc
Yes. We have a command for that as well. Use below command
to make the normal file.
$mv .aaa bbb.txt
Here, aaa is hidden file name and bbb.txt is our new file
name. One thing is that we must remember the hidden file
name, then only we will be able to convert into normal file.
Hope you are clear.
Thx
Shan, NMC
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What do chgrp command do?
What does pipe () return?
Differentiate cat command from more command.
What are the dos commands?
Name the various commands that are used for the user information in unix.
What are file commands?
What is .sh file?
What do know about tee command and its usage?
How do I clear my terminal history?
Is grep faster than awk?
What is the use of awk command in unix?
What does find command return in unix?
What command is used to check the current users?
What does sed command do in unix?
What is rmdir command?