TheBonsai 1186749077 learn test TheBonsai 1186749084 forget greycat 1186749176 learn If you have errors like !": event not found when you try to use commands with ! in them interactively, put "set +o histexpand" in your .bashrc to disable csh-style history expansion. greycat 1201208306 forget greycat 1201208312 learn If you have errors like !": event not found when you try to use commands with ! in them interactively, put "set +o histexpand" in your .bashrc to disable csh-style history expansion. See . lhunath 1208252750 forget lhunath 1208252889 learn !": event not found -- These errors only happen in *interactive* shells when you run commands with ! in them with history expansion enabled. Run set +o histexpand to disable it, and put it in your ~/.bashrc to disable it in future shell sessions, too. kojiro 1237328954 forget kojiro 1237329029 learn event not found -- These errors only happen in *interactive* shells when you run commands with ! in them with history expansion enabled. Run set +o histexpand to disable it, and put it in your ~/.bashrc to disable it in future shell sessions, too. Regardless, it won't affect scripts. e36freak 1309021639 forget e36freak 1309021646 learn event not found -- These errors only happen in *interactive* shells when you run commands with ! in them with history expansion enabled. Run set +o histexpand (set +H) to disable it, and put it in your ~/.bashrc to disable it in future shell sessions, too. Regardless, it won't affect scripts. nylon100_ 1396365015 forget pgas 1396365868 learn event not found -- These errors only happen in *interactive* shells when you run commands with ! in them with history expansion enabled. Run set +o histexpand (set +H) to disable it,and put it in your ~/.bashrc to disable it in future shell sessions, too. Regardless, it won't affect scripts. nai 1537290711 forget nai 1537290714 learn event not found -- These errors only happen in *interactive* shells when you run commands with ! in them with history expansion enabled. Run set +o histexpand (set +H) to disable it, and put it in your ~/.bashrc to disable it in future shell sessions, too. Regardless, it won't affect scripts.