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
Name the unix command to find how many days the server has been up.
What do know about tee command and its usage?
What is unix command?
Enlist some filename manipulation commands in unix.
Which command can you use to find the currently running process in unix server?
What does grep v do?
Is grep faster than awk?
How do I open a port?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Write a command to kill the last background job?
Why is awk called awk?
Who invented grep?
What does pipe () return?
Can you explain a little bit about command substitution?
What does the “echo” command do?