bin/MACC02VK5ECHTD7/jws-grep
#!/bin/sh stuff=$(cat ~/.jws/*/*/*/current) for i in $@; do stuff=$(echo "$stuff" | grep -i $i) done echo "$stuff"