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
Enlist some filename manipulation commands in unix.
What is unix command line?
What are the commands in UNIX to list the files in a Directory?
What is “chmod” command?
How can you see the command line history?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is s and g in sed command?
How do I run a whois command?
What is the command to view process running?
How do I open a port?
How to find $ai_serual resolved path by using unix
What are some command words?
What is difference between grep and find command in unix?
Write a command that will display files in the current directory, in a colored, long format.
How do I use grep to search for a file?