dotfiles/a/eg/.eg_custom/grep.md

9 lines
56 B
Markdown

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