Something strange started happening to my terminal. Whenever I type some wrong command it tries to run that command in the background.
hegeek@colinux: ~# l
[9]+ Stopped l
thegeek@colinux: ~# fdsl
[10]+ Stopped fdsl
What could be the issue?
EDIT:
After restarting the system the issue is solved. But I am still curious what caused this issue. I think it has to do something with command_not_found_handle shell function. While trying to find the command, it was doing something weird.
aliascommand? – Warren Young Sep 3 '10 at 22:09/bin/sh -lfix it? If not, what about switching to another shell, liketcsh -l? – Warren Young Sep 3 '10 at 22:17