How to convert a hidden file to normal visible file?
Answer Posted / pavitra
Do ls -a....to get the hidden file name...
$mv .file_name new_file
new_file is not hidden now...
you can list this file by just ls...
_
Pavitra
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is {} in find command?
What is grep short for?
How do you repeat a command in terminal?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is grep command in unix with examples?
Why is awk called awk?
What is unix command?
What does the command '$ls | wc –l > file1' do?
How do you grep a case insensitive?
What is the use of awk command in unix?
Give the command for finding the current date.
What is “chmod” command?
How to find $ai_serual resolved path by using unix
What is difference between grep and find command in unix?
What is the command to find hidden files in the current directory?