On Thu, Mar 13, 2008 at 08:32:37AM +0100, Johannes Sixt wrote:
quoted
However, this doesn't work with multiple sequences, like:
# rot13
tr '[A-Z][a-z]' '[N-Z][A-M][n-z][a-m]'
Not that it matters a lot, but I wonder whether
tr '[A-M][N-Z][a-m][n-z]' '[N-Z][A-M][n-z][a-m]'
would have done the trick.
For the record, it does on Solaris (and I really can't imagine it _not_
working anywhere else, but then I couldn't imagine my example not
working, either. ;) ).
-Peff