I'm trying to use egrep w/ a regex pattern to match whitespace. I've used RegEx w/ perl and C# before and they both support the patter \s to search for whitespace. egrep (or at least the version I'm using) does not seem to support this pattern. In a few articles online I've come across a shorthand [[:space:]], but this does not seem to work. Any help is appreciated.
Using: SunOS 5.10