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 does the md command do?
What command is used to check the current users?
Why is shebang used?
What does the “echo” command do?
What are file commands?
How do I open a port?
What is grep in bash?
What is .sh file?
What does sed command do in unix?
What is difference between grep and find command in unix?
What is the command to find maximum memory taking process on the server?
What is “chmod” command?
Name the general commands in using unix os for a beginner?
How does the system know where one command ends and another begins?
How do I find previous commands in unix?