#!/bin/sh
#\- filter only (1) = user commands from apropos output; limit line length, etc.
#usage: %apropos key-word-list
#filter user commands only from apropos output,
#then limit line length, sort, uniq, etc with "whatis-filter-jar"

/usr/bin/apropos $* | grep '^[^(]*(1' | whatis-filter-jar
