[many]: fix typos

This commit is contained in:
bl-ue
2020-12-04 07:37:44 -05:00
committed by Starbeamrainbowlabs
parent e5a6af0299
commit 2718393db1
32 changed files with 33 additions and 33 deletions

View File

@@ -23,6 +23,6 @@
`fgrep -v {{^regex$}} {{path/to/file}}`
- Display filenames whose content matchs the regular expression at least once:
- Display filenames whose content matches the regular expression at least once:
`fgrep -l {{^regex$}} {{path/to/file1}} {{path/to/file2}}`