While you're at it take a look at this too:
true; for (( ; $? == 0; ${ ! break;} )); do uname; doneOnce you run this command bash gets stuck in a state where it prints the prompt string and reads commands but doesn't execute anything. If you press Ctrl+C it returns to normal. Oğuz
