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 |
Which command should you use to find the remaining disk space in unix server?
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
How do you create a directory in UNIX?
how to sort the content of the file based on numeric values
What does sed command do in unix?
What command is used to replace the existing string with some other?
What is clustering in HP and how it's work?
How does shebang work?
fork in unix ?
What is pipe command in unix?
what is the functionality of kernel in unix architecture?