When I\'m done with Terminal, I want to exit it. Right now, I have three options:
killall Terminal. It will end the process, but rather abruptly. I don\'t t
You could use AppleScript through the osascript command:
osascript
osascript -e 'tell application "Terminal" to quit'