Just wondering if you kill a process or application from Terminal, is that as clean as exiting from File -> Quit in the application itself?
cpjakes
cpjakes
Originally posted by MetallicPenguin
Wht happened to the stop command, you used to be able to say "stop [process]" and it would instantly freeze that process. It was cool. I figured it out, you have to change the default thing from "bin/bash" to "bin/tcsh" like it used to be I think.
Is there any reason it changed I should be aware of?
Originally posted by Santiago
You can execute command-line AppleScript to tell programs to quit politely. For example:
osascript -e 'tell application "Finder" to quit'