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 the use of find command in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is {} in find command?
Explain command to display different lines that are found when compare two files?
Why is grep called grep?
Enlist some filename manipulation commands in unix.
What does this command do? Cat food 1 > kitty
What is the difference between cat and more command?
Explain the steps that a shell follows while processing a command.
Explain how to use grep command to list find the records of a file containing 10 different strings?
Write a command to display a file’s contents in various formats?
What is the command to find hidden files in the current directory?
What do chmod, chown, chgrp commands do?
Is command prompt unix?
What are reported commands?