dotfiles/m/eg/.eg_custom/grep.md
2022-08-24 04:07:33 -04:00

9 lines
56 B
Markdown

Grep
====
## Ignore case
```shell
grep -i pattern
```