Am Dienstag, 23. August 2005 20:24 schrieb Robert G. Brown: > > Aww, nobody likes my suggestions anymore. > > I'm just gonna go > > echo "\!ehcatsum a htiw erutcip ruoy ecafed" | \ > sed '/\n/!G;s/\(.\)\(.*\n\)/&\2\1/;//D;s/.//' Robert, you surely meant to say: python -c 'print "".join("!ehcatsum a htiw erutcip ruoy ecafed"[::-1])' Okay, python is definitely a obfuscation defeatist. SCR, Pete