Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mara-schulke committed Sep 9, 2023
1 parent 3e1213a commit 6253cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ memorized and is well documented.
```
$ srch for 'equals "foobar"' -m word # matches all occurences `foobar` in the text
$ srch for 'length 20' # matches all lines with 20 chars
$ srch ignore 'numeric or special' # ignores all lines which contain only numbers and special chars
$ srch not 'numeric or special' # ignores all lines which contain only numbers and special chars
$ srch replace 'numeric and length 5' 12345 -m word # replaces all 5 digit numbers with `12345`
```

Expand Down

0 comments on commit 6253cf1

Please sign in to comment.