On Tue, Oct 11, 2011 at 3:38 AM, Bill Gradwohl wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> when I typo a command, bash comes back with a command not found but
> hangs the terminal for way too long.
>
> How do I get rid of the delay. I want it to release the terminal
> immediately
Bill Gradwohl wrote:
> when I typo a command, bash comes back with a command not found but
> hangs the terminal for way too long.
When you try to launch a command that does not exist anywhere on PATH
then bash must search every directory component of PATH in order to
look for the command.
> How d