are you talking about kill?
Anyone know the command to close apps in Terminal? Thanks for any and all help!![]()
You mean like in GUI programs?
For many apps, this will work (and it's the nicest way, because it will be an orderly exit):
$ osascript -e 'tell app "Super EDLIN Pro" to quit'
If not, you can try:
$ killall "Super EDLIN Pro"
And if that doesn't do it to it (really hung),
$ killall -9 "Super EDLIN Pro"
Yes for commanding GUI programs in Terminal. Also if im in cd /etc how do i switch back to user?
You have the one-vs-lowercase-L problem there. The command is ls, short for "list".I also tried listing files in cd/ etc with the 1s command and its not working.
Just plain old cd without any command switches will move you back to your home directory.
You have the one-vs-lowercase-L problem there. The command is ls, short for "list".
The O'Reilly books tend to be really good for covering the useful stuff. This one ought to be a pretty good shell crash course. Peek at the related titles too, they also have a "Learning Unix" book and a few other titles, depending on how much learning you have (or want) ahead of you.
You can, but I'm rarely logged in thereOK thanks! Can i add you to my buddy list on aim?![]()
Also if im in cd /etc how do i switch back to user?