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 does the metacharacter mean?
What happens when we execute a unix command?
How does pipe () work?
Is it inbetween or in between?
What do know about tee command and its usage?
What are filter commands in unix?
What command is used to switching between users in unix?
Differentiate cmp command from diff command.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Which command is used to kill the last background job?
What is s and g in sed command?
What is the use of egrep command in unix?
Which command is used to delete all files in the current directory and all its sub-directories?
What is awk command used for?
What is grep short for?