On Thu, 5 Feb 2004, Andrew McNabb wrote:
> Anyway, I'd love to hear from all of you what you think the most
> essential or just downright cool shell hacks are that you've run across.
This one's cool too; rot13 en/decoding via tr:
[EMAIL PROTECTED] ~/bin$ more rot13.sh
#!/bin/bash
tr 'a-zA-Z' 'n-za-mN-ZA-M'
-J
____________________
BYU Unix Users Group
http://uug.byu.edu/
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list