9
1
I'm looking for someway to stop the output to STDOUT when I realize a command is wrong. For instance, if I accidentally cat a very large file. Usually it will eventually stop if you hold down ctrl + c, but it takes a long time.
Is there a way to stop the output more immediately?
1Why are you
kill -9ing if it isn't absolutely necessary? – benjwadams – 2014-11-03T18:44:06.477