Great Command to Filter by the Last Column with an awk Command Great Command to Filter by the Last Column with an awk Command Example for a SAR report: awk -F’ ‘ ‘$NF == “0.0%” {print}’ Previous Next