Quoting [EMAIL PROTECTED]: > With bash we can use escape sequence of bash. > $'un caractère tab : \011' <- code ascci base 8 > > So echo "example..." | grep $'\011'
Yep.. So this is almost the same as doing a grep with a *real* tab (using a Ctrl-V <Tab> sequence) ... Frederick Ros aka Sleeper
