How would you grep through a set of files looking for any file that has a comma on a line by itself with this caveat. I want it to test true if the comma has whitespace characters before or after it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The regex for a single comma character on a line, surrounded by optional whitespace is: