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
Is command prompt unix?
What is .sh file?
Which command will print your home directory on screen?
What is {} in find command?
What difference between cmp and diff commands?
Which command is used to delete all files in the current directory and all its sub-directories?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is ‘ps’ command for?
Write a command that will display files in the current directory, in a colored, long format.
What is the comma to show the space allocation of files?
What is the pipe command?
What is the use of cut command in unix?
What does the metacharacter mean?
What is grep and how do you use it?
What is awk command used for?