Kevin Croysdale
Results
1
comments of
Kevin Croysdale
I made a slight change to use perl regex (-P) instead of Extended regex (-E) # (tac 2>/dev/null || tail -r) < "$file" | grep -oniE "$grep_pattern" > "$copycat_file" (tac...