I answered this question but realize that it could be better.
How can I convert:
$ which gjslint
$ cat /usr/local/bin/gjslint
Into something like this:
$ cat < which gjslint
-bash: which: No such file or directory
..so that the output path+filename from which is passed onto cat which then does it's thing (i.e. printing the contents of the filename to the screen).