Am 10.03.2007 um 22:05 schrieb Micah Cowan:
Michael Worobcuk wrote:
Whoops! How about plugging 's/[[:cntrl:]]/?g' into that instead?
: env | egrep '^(TERM|VISUAL|EDITOR|PS1)$' | sed 's/[[:cntrl:]]/?/g'
[hanno: /home/hanno]>: env | egrep '^(TERM|VISUAL|EDITOR|PS1)$' | sed
's/[[:cntrl:]]/?/g'
[hanno: /home/hanno]>
That's it!
Hmmmmmm.....
LOL! Heh, sorry, I didn't mean for you to use the :. Please type the
rest /after/ that point. (I should've prefaced it with "$" instead;
":" was a poor choice.)
ARGL $&%/ ...Maybe I should read what I type in...hehe
But what is that ?
[hanno: /home/hanno]>env | egrep '^(TERM|VISUAL|EDITOR|PS1)$' | sed
's/[[:cntrl:]]/?/g'
[hanno: /home/hanno]>
What is wrong ?