Tags

Tags give the ability to mark specific points in history as being important
  • v1.1

    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

    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"