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
What is awk good for?
What is the use of cut command in unix?
What is the comma to show the space allocation of files?
What is the search command in unix?
What happens when we execute a unix command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Who command in unix?
How do I open a port?
What does awk stand for?
Can you explain a little bit about command substitution?
What do know about tee command and its usage?
What do chmod command do?
Who invented grep?
Which command can you use to find the currently running process in unix server?
What difference between cmp and diff commands?