http://qs321.pair.com?node_id=1097920


in reply to Re: How to run perl5.21.3 as "perl"
in thread How to run perl5.21.3 as "perl"

bash doesn't have a built-in which? tcsh does, which is quite handy...

$ which perl /home/tai/perl5/perlbrew/perls/perl-5.20.0/bin/perl $ which ls ls: aliased to ls --color=tty $ which which which: shell built-in command.

Replies are listed 'Best First'.
Re^3: How to run perl5.21.3 as "perl"
by ikegami (Patriarch) on Aug 19, 2014 at 02:20 UTC

    You seem to have stopped reading my post before the second paragraph. The whole point of my post was to show how to do what tcsh's which does.

    $ type perl perl is /home/ikegami/usr/perlbrew/perls/5.20.0t/bin/perl $ perl -e1 $ type perl perl is hashed (/home/ikegami/usr/perlbrew/perls/5.20.0t/bin/perl) $ type ls ls is aliased to `ls -F -1 --color=auto' $ type type type is a shell builtin