linux - Can I abort the current running bash command? -


is possible manually abort running bash command? so, example, i'm using 'find' it's taking ages... how manually stop it?

some things won't respond ctrl+c; in case, can ctrl+z stops process , kill %1 - or fg go it. read section in man bash entitled "job control" more information. it's helpful. (if you're not familiar man or man pager, can search using /. man bash inside /job controlenter start searching, n find next match right section.)


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -