As I build the * nix piped commands, I find that I want to see the result of one step in order to verify the correctness before building the next step, but I do not want to restart each step. Does anyone know of a program that will help with this? It will support the conclusion of the last stage automatically for use at any new stages. I usually do this by sending the result of each command to a temporary file (i.e. Tee or running each command one at a time), but it would be nice if the program handled this.
I present something like a tabbed interface where each tab is labeled with each pipe command, and selecting the tab shows the output (at least one hundred lines) of applying this command to the previous result.
source share