Assignment 1 - not using grep -c

Assignment 1 - not using grep -c

by Daniel Rafique -
Number of replies: 1

Hi, 

just want to clarify, in the point to consider, bullet two. you said full marks are for solutions without "grep -c".

does this mean any scripts that use the "grep" command or "-c" command are not allowed? or is it just any scripts that use the combined command like "grep -c"

Thanks

In reply to Daniel Rafique

Re: Assignment 1 - not using grep -c

by Erik Spence -
You certainly need to use grep. Just don't use it with the "-c" flag.