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
Which command can you use to find the currently running process in unix server?
Why is it called a shebang?
How do I clear my terminal history?
What is the use of awk command in unix?
What is the comma to show the space allocation of files?
What are reported commands?
Which command is used to restrict incoming messages?
Differentiate cat command from more command.
Name the various commands that are used for the user information in unix.
Which command is used to create a directory?
What are file commands?
What is pipe command in unix?
What does the md command do?
What is the pipe command?
What does #!/ Bin sh do?