fk: a useful bash function
This is a function from my OS X .bash_profile. 'fk' is short for Find and Kill, and it lets you do a quick search of your running processes for a case-insensitive partial match of the first parameter
Read More…Just a quick change to my post on the bash function fk
that I've been using. A small modification has greatly improved its usability: make the cancel option always be first in the menu. Just move "Can
This is a function from my OS X .bash_profile. 'fk' is short for Find and Kill, and it lets you do a quick search of your running processes for a case-insensitive partial match of the first parameter
Read More…