Scarpozzi
Lifer
I've got a report that I've created through some bash scripts. Basically, I'm using a bash script to go out and grab a bunch of data. The output of the script is neat and throws everythign into tab delimited format with a few rows acting as the header.
My problems is when I send this in an Email to myself from the script, everything gets scrunched up and it's difficult to read. I used awk to throw a new line character at the end of every line so the Email is at least somewhat organized, but it still doesn't maintain the tab delimited format.
Should I look at doing this with Perl instead?
My problems is when I send this in an Email to myself from the script, everything gets scrunched up and it's difficult to read. I used awk to throw a new line character at the end of every line so the Email is at least somewhat organized, but it still doesn't maintain the tab delimited format.
Should I look at doing this with Perl instead?