On Jul 21 2007 10:23, Andreas Schwab wrote:
>Oleg Verych <[EMAIL PROTECTED]> writes:
>
>>> +           -e 
>>> "s/[[:space:]]__user[[:space:]]\{1,\}
>>
>> substitute one or more ' __user '
>
>Substitute ' __user' followed by one or more ' '.  \{\} applies only to
>the last RE atom.

Uhm, would not it be easier to just use 's/\b__user\b//g' ?



        Jan
-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to