I wrote a wrapper around which that would display the file and line number where a function was defined. Is there a way I can do the same for alias? Also, any comments or critiques on the code? function where() { cmd=”$ 1″ info=$ (command -V “$ cmd” | head -n 1) #rc=”$ PIPESTATUS[0]” caseRead more