I know I can type:
ps -A | grep firefox
I get something like:
6818 ? 00:04:23 firefox
Now I can kill it by means of:
kill -9 6818
How can it be done in one command and how can I make new command (say kf) that does this?
|
feedback
|
|
note: don't use the command to script-kill processes is
example:
create an alias for that:
now you can use note that this will kill all processes which has the string example:
doing a you can prevent this by telling | |||||||||||
feedback
|