#!/bin/bash # # file: /usr/local/bin/look # purpose: wrapper for look # created: pasha dec 7 2015 # modified: pasha dec 8 2015 # modification: exec # # for some reason, sometimes one need to specify the dictionary file explicitly exec /bin/look $1 /usr/local/dict/words # eof