quit - 0.1command line tool to quit Aqua applications |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
none of these work.. - Version: 0.1, 6/13/2003 05:53AM PST
(0 of 2 users found this comment useful)
dfbillsPROMost Recent Replies: View All 3 Replies
- none of these work.. (1 replies)
This is a lot easier than using applescript. - Version: 0.1, 6/12/2003 09:35PM PST
(2 of 6 users found this comment useful)
Brak
Save yourself some anguish and just use this. It will get the job done for certain
kill `ps -caxwwopid,command | grep $1 | cut -b 1-6`;Replace $1 with the app name like "TextEdit" or "Safari". You can just paste this in the Terminal whenever you gotta kill an unresponsive app.
Most Recent Replies: View All 2 Replies
another tip - Version: 0.1, 6/12/2003 09:05PM PST
(0 of 1 users found this comment useful)
sooloo
if the app name contains spaces, you have to enclose it in quotes, or escape the space with a backslash.
Most Recent Replies: View All 3 Replies
- Already done (3 replies)
none of these work.. but, you know what does?
kill -9 processnumber