FG
💻 Software

What causes bash to pause after a bad command?

Fresh7 days ago
Mar 15, 20262535 views
Confidence Score0%
0%

Problem

When you are typing a bad command, say you want to do: But instead you type too fast and end up hitting enter between l and s, so you get: This happens all the time of course, when we type fast. What I'm curious about is the source of the 2.5 second (on my system) pause after the bad command text a…

Error Output

$ cd ..
$ ls

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What causes bash to pause after a bad command?

Low Risk

This type of behavior is caused by a tool frequently installed on some distributions that hook into bash. This hook makes it so that if you try to run a command, and the command doesn't exist, then bash will search the files available in the configu…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment