Which command will print to standard out only the lines that do not begin with # (pound symbol) in t seenagape 10 years ago Which command will print to standard out only the lines that do not begin with # (pound symbol) inthe file foobar? A./bin/grep ^# foobar B./bin/grep -v ^# foobar C./bin/grep #$ foobar D./bin/grep -v #$ foobar ← Previous question Next question →