aboutsummaryrefslogtreecommitdiffstats
path: root/nocompile/bin/what
blob: 154dcc749c5a64068d595b48efaf5959b58fbb2c (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash
cd /usr/local/share/answers/what
cd $1
while shift 2>/dev/null;do
 if [ "$1" ];then
  echo $1 | sed "s/[^a-zA-Z0-9]//g" | xargs echo
 fi
done
cat _