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 do I delete files from command prompt?
What is in grep command?
Explain command to display different lines that are found when compare two files?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the difference between cat and more command?
What does pipe () return?
What are grep patterns?
Enlist some filename manipulation commands in unix.
What does awk stand for?
What is the difference between grep and grep?
What is the use of tee command?
What does touch command do in unix?
What does the “echo” command do?
How do I use grep to search for a file?
Differentiate cmp command from diff command.