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 we will execute previous command in vi editor?
How do you stop a running process?
What is mtime in find command?
What are bash commands?
What is command substitution?
what is the difference between pipe(|) and tee command..
What is the difference between cat and more command?
What is pid?
what is the command to print last 8 lines of any text file.
what does the command 'wc' do?
How to setup Disk space as well as memory in solaris10?
in UNIX,How to copy file into directory?