When I cat a file in UNIX the columns appear properly, however when I mail the file to my external mail account, the text isn't aligned properly. I have tried using mailx and mail.
Ex. UNIX file
Username Name Dir
=======================================
jim2 Jim Bob /users/jim2
joe7 Joe Schmoe /users/joe7
Ex. Mail file
Username Name Dir
======================================
jim2 Jim Bob /users/jim2
joe7 Joe Schmoe /users/joe7
The script that I am using uses awk, but I'm not sure if that has anything to do with it. Any help would be greatly appreciated.
Thanks,
John
Ex. UNIX file
Username Name Dir
=======================================
jim2 Jim Bob /users/jim2
joe7 Joe Schmoe /users/joe7
Ex. Mail file
Username Name Dir
======================================
jim2 Jim Bob /users/jim2
joe7 Joe Schmoe /users/joe7
The script that I am using uses awk, but I'm not sure if that has anything to do with it. Any help would be greatly appreciated.
Thanks,
John