Why does this 'awk' command produce nothing?
echo 'hello world' | awk '/hello\s/ {print $0}'
I suppose the pattern /hello\s/ should match any line that has 'hello' followed by a whitespace, right?
For info, I am using awk in a Mac OS. The awk version is 20070501.