[Shell Script] Get the full path from a (non-full) filename
#!/bin/sh #usage: # $ cd /usr/bin # $ fullpath vim # /usr/bin/vim find `pwd` -name $1