how will you convert a general file to a hidden file?
Answers were Sorted based on User's Feedback
Answer / shaishaw
mv filename .filename2
or
cat> filename
mv filename .filename2
| Is This Answer Correct ? | 7 Yes | 1 No |
what is the difference between KILL and KILL -9?
5 Answers Informatica, Nutanix,
What is in grep command?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
What does touch command do in unix?
What do chmod command do?
What is an Environment Variable?
In UNIX, what is the command to edit contents of the file?
what these two commands prints "echo test","cat test"?
What is the function of grep command in unix?
Describe the zip/unzip command using gzip.
How to get the operating system's information in unix?
How would you change all occurrences of a value using VI?