Question regarding grep 2,6,3 regular expression looking for lines without something in a part of a line

Nick np4@mail.gatech.edu
Wed Oct 8 15:35:00 GMT 2014


You need a quantifier, such as '+':

grep '^"[^,"]+";' file.csv




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list