Tagged Questions

2
votes
4answers
333 views

creating tidy shell script from ugly command line pipeline

I wrote a piped shell command that has multiple pipes in it that works great. I now want to put this in the form of a (tidy) shell script. Here is the script: #!/bin/bash for number in `cat ...