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 |
How do you stop a running process?
Why is shebang used?
write grep commands to select the lines that have exactly two characters
How does pipe () work?
Can you enlist some commonly used network commands?
Which RAID Levels supported by LVM?
How do you remove a crontab file?
What is shrinking file system in AIX where it actually resides?
what is the use of nice command?
What is nr in awk command?
Enlist some filename manipulation commands in unix.
Why is grep called grep?