View Single Post
  #1   (View Single Post)  
Old 10th June 2008
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default fstat | grep internet | grep -v -e '>' -e '<'

When I type this command
Code:
fstat | grep internet | grep -v -e '>' -e '<'
I see this error

Code:
grep: unknown option -- color
usage: grep [-abcEFGHhIiLlnoPqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
        [-e pattern] [-f file] [--binary-files=value] [--context[=num]]
        [--line-buffered] [pattern] [file ...]
grep: unknown option -- color
usage: grep [-abcEFGHhIiLlnoPqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
        [-e pattern] [-f file] [--binary-files=value] [--context[=num]]
        [--line-buffered] [pattern] [file ...]
Reply With Quote