Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Recover from the Finder's spinning beachball' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Recover from the Finder's spinning beachball
Authored by: biedawo on Jan 11, '04 01:34:53AM
awk has its own pattern matching functionality... ps xc | awk '/Finder/{print $1}' (although the hints to use killall or MacOSX built-in force-quit are probably better)

[ Reply to This | # ]
Recover from the Finder's spinning beachball
Authored by: aranor on Jan 11, '04 09:01:43AM

I never really got around to learning awk :) Maybe I should...



[ Reply to This | # ]