summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add an output comparison testHEADmasterJoursoir2023-03-131-0/+35
|
* add sample filesJoursoir2023-03-133-0/+55
|
* add option to count of the number of lines that match a patternJoursoir2023-03-131-0/+12
|
* add option to display only the filenames of files that contain matchesJoursoir2023-03-131-1/+10
|
* add option to prefix lines with the line numberJoursoir2023-03-041-2/+10
|
* print filenames if there're more than 1 filesJoursoir2023-03-041-3/+19
| | | | Also add option to suppress the printing of filenames
* accept only long option to print a help infoJoursoir2023-03-041-0/+5
|
* add option to select non-matching linesJoursoir2023-03-031-1/+7
|
* add option to match only whole wordsJoursoir2023-03-032-3/+11
|
* add option to ignore search string caseJoursoir2023-03-032-1/+15
|
* iterate over lines instead of reading all bytes into a StringJoursoir2023-03-021-4/+1
|
* accept multiple files and stdinJoursoir2023-03-021-6/+28
|
* initial commitJoursoir2023-03-015-0/+380