When I cat a text file and pipe it to mail it ends up as one long line rather than individual lines.
How can I fix this?
do shell script "cat ~/Sites/logs/report.txt | mail -s min-stat me@myhouse.com"
When I cat a text file and pipe it to mail it ends up as one long line rather than individual lines.
How can I fix this?
do shell script "cat ~/Sites/logs/report.txt | mail -s min-stat me@myhouse.com"