dotfiles/.local/bin/scripts/grepman
2021-05-20 12:15:04 +02:00

2 lines
84 B
Bash
Executable file

#!/bin/sh
find /usr/share/man -name "*$1*" | xargs gunzip -c | grep $2 --color=auto