I've got a process that spews out a lot of output, and it's going to be running for the next hour. I forgot to pipe its output through my awk
script before I started running it. Now my terminal is full of things that make it hard to read.
Is there a way I can background the process, then resume it in the foreground with its output being piped through my script before going to the terminal?