How to convert a hidden file to normal visible file?
Answer Posted / satish
mv .foo foo
This is the only correct one without changing file name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is .sh file?
What is the functionality of a top command?
What does this command do? Cat food 1 > kitty
Write a command to display a file’s contents in various formats?
How do you repeat a command in terminal?
What is awk used for?
What is the use of egrep 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 are the differences among a system call, a library function, and a unix command?
Who command in unix operating system?
Explain ‘library functions’ with respect to unix commands?
Does cp command overwrite files?
What command is used to switching between users in unix?
What do know about tee command and its usage?
How do you grep a case insensitive?