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
Post a Comment