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
Next revisionBoth sides next revision
tutorials:shells [2011/05/11 21:32] – [[[|Bourne Shell]]] jlehmustutorials:shells [2011/05/11 21:34] – [[[|C Shell]]] jlehmus
Line 7: Line 7:
   * [[#Introduction|Introduction]]   * [[#Introduction|Introduction]]
   * [[#Thompson Shell|Thompson Shell]]   * [[#Thompson Shell|Thompson Shell]]
-  * [[#BourneShell|Bourne Shell]] +  * [[#Bourne Shell|Bourne Shell]] 
-  * [[#CShell|C Shell]] +  * [[#C Shell|C Shell]] 
-  * [[#OtherShells|Other Shells]]+  * [[#Other Shells|Other Shells]]
   * [[#Conclusion|Conclusion]]   * [[#Conclusion|Conclusion]]
  
-===== [[|Introduction]] =====+===== Introduction =====
  
 The UNIX shells described in this tutorial include: osh (a port of the Thompson shell), sh (and sh-like shells), csh (and csh-like shells), and others. The UNIX shells described in this tutorial include: osh (a port of the Thompson shell), sh (and sh-like shells), csh (and csh-like shells), and others.
Line 77: Line 77:
 </code> </code>
  
-===== [[|C Shell]] =====+===== C Shell =====
  
 This includes the original C shell, its derivatives, and workalikes. This includes the original C shell, its derivatives, and workalikes.