User Tools

Site Tools


ultimate_differences_amongst_unix_shells

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ultimate_differences_amongst_unix_shells [2021/03/09 23:44] – [Bourne Shell] hc9ultimate_differences_amongst_unix_shells [2021/03/09 23:45] – [C Shell] hc9
Line 69: Line 69:
 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.
  
-  Ecl 1:+**Ecl 1:**
  
   % setenv PATH /usr/pkg/bin:/usr/bin:/bin ; printenv PATH   % setenv PATH /usr/pkg/bin:/usr/bin:/bin ; printenv PATH
   /usr/pkg/bin:/usr/bin:/bin   /usr/pkg/bin:/usr/bin:/bin
  
-  Ecl 2:+**Ecl 2:**
  
   % ls -l `which csh tcsh zsh`   % ls -l `which csh tcsh zsh`
Line 81: Line 81:
   -r-xr-xr-x  2 root  wheel    6352 May 11  2007 /usr/pkg/bin/zsh   -r-xr-xr-x  2 root  wheel    6352 May 11  2007 /usr/pkg/bin/zsh
  
-  Ecl 3:+**Ecl 3:**
  
   % if (-r /netbsd) echo /netbsd: Is readable ; \   % if (-r /netbsd) echo /netbsd: Is readable ; \
ultimate_differences_amongst_unix_shells.txt · Last modified: 2022/02/07 20:13 by peteyboy