alias mactext='tr "\r" "\n" '
For those of you trying this at home, that is a BASH alias command and won't work in OS X's Default shell (default as of 10.2.6 at least)
alias mactext 'tr "\r" "\n" \!*'
should do for tcsh/csh
it is a GOOD alias to have though.
--
Don't congratulate yourself too much, or berate yourself either. Your choices are half chance; so are everybody else's.
############################################################# This message is sent to you because you are subscribed to the mailing list <[EMAIL PROTECTED]>. To unsubscribe, E-mail to: <[EMAIL PROTECTED]> To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]> To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]> Send administrative queries to <[EMAIL PROTECTED]>
