I want to see 5 lines befor and after the 'Keyword',but i am getting this error. I am working on HP-UNIX. Can any one help me with this one? Thanks
Command:grep -C 5 Keyword file_name
Error:
grep: illegal option -- C
usage: grep [-E|-F] [-c|-l|-q] [-bhinsvx] -e pattern_list...
[-f pattern_file...] [file...]
usage: grep [-E|-F] [-c|-l|-q] [-bhinsvx] [-e pattern_list...]
-f pattern_file... [file...]
usage: grep [-E|-F] [-c|-l|-q] [-bhinsvx] pattern [file...]