I need to grep for specific comments from a cvs file and give an output based on that in a python file.
For example, if there is a comment saying "deleted" then i need a command which outputs the comment so that I can assign that output to a variable and do an re.search on the contents of that variable in my python file.