dotfiles/.local/bin/scripts/grepman

3 lines
84 B
Plaintext
Raw Normal View History

2021-05-20 10:15:04 +00:00
#!/bin/sh
find /usr/share/man -name "*$1*" | xargs gunzip -c | grep $2 --color=auto