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

9 lines
56 B
Markdown
Raw Normal View History

2022-08-24 08:07:33 +00:00
Grep
====
## Ignore case
```shell
grep -i pattern
```