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 is a bash command?
Who command in unix operating system?
Enlist some filename manipulation commands in unix.
How do I clear my terminal history?
How do I search for a file in unix command?
Why is shebang used?
What is the command to view process running?
What is sed awk grep?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What does this command do? Cat food 1 > kitty
What is the pipe command?
How can we use grep command in unix?
What does the command '$ls | wc –l > file1' do?
What does 'mkdir' command do in UNIX?
How do you grep a case insensitive?