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