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 / giri
grep -v '#' input_filename > output_filename
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can you enlist some commonly used network commands?
Write a command that will display files in the current directory, in a colored, long format.
How does the system know where one command ends and another begins?
What does this command do,"$more readme.txt“?
How do I clear my terminal history?
What are file commands?
What is the comma to show the space allocation of files?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How can we use grep command in unix?
Which command is used to create a directory?
What is difference between grep and find command in unix?
What command is used to check the current users?
What are filter commands in unix?
What is $0 bash?
Enumerate some of the most commonly used network commands in unix?