Eric Sunshine <[EMAIL PROTECTED]> wrote: > The '^' and '.' tokens in the grep expression also are not necessarily > portable since they are considered part of the "extended" regular > expression syntax which is provided by 'egrep' or 'grep -E'.
Not according to grep's documentation. paul