in reply to How to make perl affect my shell
The benefit is that it stays within the same shell, which means my history and background jobs are all still there.apocalypse$ which c c is an alias for . ~/bin/mychdir $ cat ~/bin/mychdir # ~/bin/finddir $1 $2 $3 $4 $5 $6 $7 $8 $9 cd "`cat $HOME/.targetdir`"
-- zigdon
|
---|