what is the cmd to remove the comment lines from a file and
to display the original text without comments?
thanks in advance......
Answer Posted / srividya
sed '/^#/ d'
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Which command is used to restrict incoming messages?
How to use grep command to list find the records of a file containing 10 different strings?
How does the system know where one command ends and another begins?
Explain ‘system calls’ with respect to unix commands?
What are the general commands in using unix os for a beginner?
What does sed command do in unix?
How do I search for a file in unix command?
What is grep short for?
What command will change your prompt to myprompt?
What are reported commands?
What does the command '$ls | wc –l > file1' do?
What are grep patterns?
How do I use grep to find a file?
What will the following command do?
How do you repeat a command in terminal?