-
Notifications
You must be signed in to change notification settings - Fork 18
compleat usage files
bvdeenen edited this page Sep 13, 2010
·
5 revisions
I love it!!
Sorry to write in your wiki, but I couldn’t find a nice place to leave user submitted usage files. I figure I might as well start a wiki page here
Thanks for a great tool, and finally something cool to start playing with Haskell.
Bart van Deenen
killall.usage
killall <opts> <processes>
opts = [ -s <signal> ];
processes = ! ps -u $USER -o comm= ;
signal =
SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGBUS|SIGFPE|SIGKILL|SIGUSR1|
SIGSEGV|SIGUSR2|SIGPIPE|SIGALRM|SIGTERM|SIGSTKFLT|SIGCHLD|SIGCONT|
SIGSTOP|SIGTSTP|SIGTTIN|SIGTTOU|SIGURG|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|
SIGWINCH|SIGIO|SIGPWR|SIGSYS|SIGRTMIN|SIGRTMAX;