Tags give the ability to mark specific points in history as being important
-
v1.1
21188e2b · ·second turn-in-ready version same functionality as v1.0 changes: grep_stream spec and return code now conform exactly to what is described in assignment
-
v1.0
bc83ba0d · ·first turn-in-ready version implements all required functionality including: * searching for string in given file or stdin * optional -v or --invert-match option can be specified to print only non-matching lines also implements extra functionality including: * multiple files can be specified in arguments * when multiple files are given, each printed line is prepended with the filename and a colon * can handle lines ending with "\n", "\r", or "\r\n"