I am having problems with how to do something. I need to take the output of a few piped scripts in sequence of a data file with comma separated fields. In the end, I need to get awk to take the data in the 7th field, find values over 31 and print it out. This is what I have so far:I am having problems with how to do something.