[an error occurred while processing this directive]

  • Re: perl oneliner for grep
    By : anonymous ( Fri Oct 8 01:39:43 2004 )

    Try using the -P option with grep. This enables perl regular expressions in grep e.g.
    grep -P "\S+\s+\S+" file

    Return to article...[an error occurred while processing this directive]