Tag Archives: bash parse file backwards

Bash – Parse a file forwards and backwards

Some people say that you never know everything, how very true that is when you are scripting in Bash Shell. A week ago I found out something I needed to do a million times before, but had always re-invented the wheel to do so…. Bash – Parse a file FORWARDS (the easy one) cat <file>… Read More »