aboutsummaryrefslogtreecommitdiff
path: root/bsgrep
AgeCommit message (Expand)Author
2025-02-05bsgrep: fix -s exit status, implement -q.HEADmasterB. Watson
2025-02-04bsgrep: tweak docs.B. Watson
2025-02-04bsgrep: remove -h option, fix synopsis, document use of -d with >1 character.B. Watson
2025-02-04bsgrep: support multiple patterns (-e), add -N option, fix stupidity in handl...B. Watson
2025-02-03bsgrep: document locale weirdness.B. Watson
2025-02-03bsgrep: use utf-8 when in utf-8 locale.B. Watson
2025-02-02bsgrep: add -F option.B. Watson
2025-02-02bsgrep: add -z option.B. Watson
2025-02-02bsgrep: cosmetics, docs.B. Watson
2025-02-02bsgrep: fix double newlines from File::Find warnings; commentary; docs.B. Watson
2025-02-02bsgrep: make -r use . if no files on command line.B. Watson
2025-02-02bsgrep: add -r and --version options.B. Watson
2025-02-01bsgrep: added (grep for files with backslash continuation).B. Watson