On Tue, Mar 11, 2008 at 01:14:39PM -0400, Whit Armstrong wrote: > Thanks for the suggestion. I found a few things in trash: > > xs5-trd-p1.grn:warmstro> pwd > /home/warmstro/download/solaris/git-1.5.4.4/t/trash > xs5-trd-p1.grn:warmstro> cat rot13.sh > tr '[a-zA-Z]' '[n-za-mN-ZA-M]' > xs5-trd-p1.grn:warmstro> tr '[a-zA-Z]' '[n-za-mN-ZA-M]' > tr: Bad string. > xs5-trd-p1.grn:warmstro> > > does that help, or do you need a bit more than that? Looks like /usr/ucb/tr is OK with this, but /usr/bin/tr is not. Both seem to handle the more verbose: tr \ 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' \ 'nopqrstuvwxyzabcdefghijklmNOPQRSTUVWXYZABCDEFGHIJKLM' just fine. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html