Volodymyr Lyubinets
2011-09-26 15:22:07 UTC
Since grep (egrep) is usually applied to text files, if we won't supply
one it will search for pattern in the standard input. Since we aren't
told any file name to check, will our answer look something like:
egrep "pattern"
?
And another question is: how do you stop input into grep (if entering
from keyboard)?
one it will search for pattern in the standard input. Since we aren't
told any file name to check, will our answer look something like:
egrep "pattern"
?
And another question is: how do you stop input into grep (if entering
from keyboard)?