I have a script that reads a file one line at a time and
searches for "--foo" and print's everything after that. I
have that part working fine, but, when it prints the output
it has everything on the line after --foo
I Think that I need to use a regular expression to tell it
to ignore the TAB \ but I'm not sure exactly how to word
it as I'm new to this. Also, the output is in quoted (") text
and I would like to strip off the quotes around the text.