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 unix command?
What is the general format of unix command syntax?
What is ‘ps’ command for?
What is the use of cut command in unix?
What is awk command used for?
What is the comma to display different lines that are found when compare two files?
Can you enlist some commonly used network commands?
Describe the zip/unzip command using gzip.
What does 'mkdir' command do in UNIX?
What are awk commands?
How do I find previous commands in unix?
Is ‘du’ a command? If so, what is its use?
How does the system know where one command ends and another begins?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is rmdir command?