dotfiles/.local/bin/scripts/grepman
2021-07-29 16:02:20 +02:00

3 lines
111 B
Bash
Executable file

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