how will you convert a general file to a hidden file?
Answer Posted / shaishaw
mv filename .filename2
or
cat> filename
mv filename .filename2
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How does the system know where one command ends and another begins?
What is the general format of unix command syntax?
How do you grep recursively?
What is awk good for?
What is a bash command?
How do I search a whole word in vim?
What is sed awk grep?
What is the nmap command?
Write a command that will display files in the current directory, in a colored, long format.
What are the dos commands?
Explain ‘system calls’ with respect to unix commands?
What is “chmod” command?
What does this command do? Cat food 1 > kitty
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How to use grep command to list find the records of a file containing 10 different strings?