Macworld Forums: Terminal Expert Needed - Macworld Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Terminal Expert Needed

#1 User is offline   kyrospeare Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 81
  • Joined: 01-August 04

Posted 08 August 2004 - 01:28 PM

Was wondering if anyone knows a website that will teach me how to use the terminal in apple?
I've learned one command (top) and would love to learn everything I can about the terminal. Thanks.
0

#2 User is offline   d00d Icon

  • Advanced Member
  • Icon
  • Group: Mac User
  • Posts: 12,149
  • Joined: 24-April 01

Posted 08 August 2004 - 01:53 PM

The terminal is simply a way to access OS X's Unix underbelly, so any guide or introduction to Unix should do.
Rob Griff of Macworld Magazine, Macosxhints.com, and these forums fame also wrote a intro, available here.

#3 User is offline   ALG Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 855
  • Joined: 16-July 04

Posted 08 August 2004 - 02:09 PM

Try this Mac OS X Hints
0

#4 User is offline   Praxis Icon

  • Veteran
  • PipPipPip
  • Group: Members
  • Posts: 1,614
  • Joined: 25-July 03

Posted 08 August 2004 - 03:23 PM

Any site that teaches you about UNIX! (The terminal in OS X is just like the terminal in Linux, except there are little OS X specific tricks you can do to change programs, such as making the dock at the top of the screen or setting Safari to debug mode).
Might want to bookmark this. Some of the stuff in here are Linux specific (for example, I do not believe OS X has eMacs) and some are too advanced for a beginner to use, but its a good glossary.
http://infohost.nmt....x/unix_cmd.html
Learn to change directories in UNIX (terminal) first. To open a folder, type:
code:
cd (folder name)


If the folder name contains spaces, use a before the space. For example, Adobe Photoshop in terminal would be Adobe Photoshop. If you want to go back one folder, type
code:
cd ..


to see a list of all files and folders in the current directory, type
code:
ls


0

#5 User is offline   TBoneFever Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 78
  • Joined: 03-June 01

Posted 08 August 2004 - 04:46 PM

it has emacs /forums/ubbthreads/images/graemlins/grin.gif
0

#6 User is offline   ALG Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 855
  • Joined: 16-July 04

Posted 08 August 2004 - 04:52 PM

In reply to:

If the folder name contains spaces, use a before the space


Another way to handle spaces is to enclose the whole title in quotes " ".
In reply to:

to see a list of all files and folders in the current directory, type


While [ls ] telles it to list the files it will not stop them from rolling off the screen if there is more than one page. Therefore you need to pipe the results through [ more ] or actually more powerful [ less ].
To find out what all of these and any other command does and how to use it type
code:
man <command>


Thisa will give you the user help pages in a UNIX env.
0

#7 User is offline   Nobody Icon

  • Power User
  • PipPipPipPip
  • Group: Members
  • Posts: 58,347
  • Joined: 18-October 07

Posted 09 August 2004 - 02:55 AM

Follow this link below from a non-expert in Terminal, but a mere beginner:
UNIX tutorial and

UNIX tricks
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users