Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:shells [2011/05/11 21:34] – [[[|C Shell]]] jlehmustutorials:shells [2012/05/01 20:13] (current) ivan
Line 26: Line 26:
 In UNIX history, the Thompson shell preceded both the Bourne shell and the C shell, and its command language is a subset of both of these shells. Control flow in the Thompson shell is implemented via [[http://v6shell.org/man/if.1.html|if]](1) and [[http://v6shell.org/man/goto.1.html|goto]](1), which are external shell utilities. However, flow control in the Bourne and C shells is built into each shell. In UNIX history, the Thompson shell preceded both the Bourne shell and the C shell, and its command language is a subset of both of these shells. Control flow in the Thompson shell is implemented via [[http://v6shell.org/man/if.1.html|if]](1) and [[http://v6shell.org/man/goto.1.html|goto]](1), which are external shell utilities. However, flow control in the Bourne and C shells is built into each shell.
  
-An enhanced port of the Thompson shell is available on SDF as "`/usr/pkg/bin/osh'". You can read its manual by doing a "`man osh'at the command prompt. You can also read its manual [[http://v6shell.org/man/osh.1.html|online]] if you prefer to do so.+An enhanced port of the Thompson shell is available on SDF as `/usr/pkg/bin/osh'. You can read its manual by doing a `man osh' at the command prompt. You can also read its manual [[http://v6shell.org/man/osh.1.html|online]] if you prefer to do so.
  
 <code> <code>
Line 48: Line 48:
  
 </code> </code>
-... \\  Notice that the "`setenv'command above is not available in the original Thompson shell. This is just one of the **osh** enhancements. Do we want to say anything about the PWB shell?+... \\  Notice that the `setenv' command above is not available in the original Thompson shell. This is just one of the **osh** enhancements. Do we want to say anything about the PWB shell?
  
 ===== Bourne Shell ===== ===== Bourne Shell =====
Line 54: Line 54:
 This includes the original Bourne shell, its derivatives, and workalikes. A true Bourne shell or a Bourne-like shell typically serves as the standard command interpreter on most UNIX systems. This includes the original Bourne shell, its derivatives, and workalikes. A true Bourne shell or a Bourne-like shell typically serves as the standard command interpreter on most UNIX systems.
  
-A Bourne-shell workalike is available on SDF as "`/bin/sh'". You can read its manual by doing a "`man sh'at the command prompt. You can also read its manual [[http://netbsd.gw.com/cgi-bin/man-cgi?sh+1.alpha+NetBSD-2.1|online]] if you prefer to do so.+A Bourne-shell workalike is available on SDF as `/bin/sh'. You can read its manual by doing a `man sh' at the command prompt. You can also read its manual [[http://netbsd.gw.com/cgi-bin/man-cgi?sh+1.alpha+NetBSD-2.1|online]] if you prefer to do so.
  
 <code> <code>
Line 81: Line 81:
 This includes the original C shell, its derivatives, and workalikes. This includes the original C shell, its derivatives, and workalikes.
  
-The C shell is available on SDF as "`/bin/csh'". You can read its manual by doing a "`man csh'at the command prompt. You can also read its manual [[http://netbsd.gw.com/cgi-bin/man-cgi?csh+1.alpha+NetBSD-2.1|online]] if you prefer to do so.+The C shell is available on SDF as `/bin/csh'. You can read its manual by doing a `man csh' at the command prompt. You can also read its manual [[http://netbsd.gw.com/cgi-bin/man-cgi?csh+1.alpha+NetBSD-2.1|online]] if you prefer to do so.
  
 <code> <code>
Line 103: Line 103:
 </code> </code>
  
-===== [[|Other Shells]] =====+===== Other Shells =====
  
 Is this section needed? Is this section needed?
  
-This section will include information about the Z shell, rc (AT&amp;T Plan 9 shell), and any other UNIX shell which does not neatly fall into one category..?+This section will include information about the Z shell, rc (AT&T Plan 9 shell), and any other UNIX shell which does not neatly fall into one category..?
  
-===== [[Conclusion]] =====+===== Conclusion =====
  
 Expand on the differences/similarities in light of the preceding content. One important thing to notice is that though there are differences... The similarities are more important IMO. After all, it is the similarities that allow the user to switch from one shell to another with little difficulty. Expand on the differences/similarities in light of the preceding content. One important thing to notice is that though there are differences... The similarities are more important IMO. After all, it is the similarities that allow the user to switch from one shell to another with little difficulty.
Line 116: Line 116:
  
 UNIX® is a registered trademark of [[http://www.opengroup.org/tm-guidelines.htm|The Open Group]].  UNIX® is a registered trademark of [[http://www.opengroup.org/tm-guidelines.htm|The Open Group]]. 
 +
 +
 +$Id: shells.html,v 1.1 2008/12/19 16:35:57 jwodder Exp $
 +