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] – [Thompson Shell] hc9ultimate_differences_amongst_unix_shells [2021/03/09 23:44] – [Bourne Shell] hc9
Line 45: Line 45:
 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.
  
-  Ecl 1:+**Ecl 1:**
  
   $ PATH=/usr/pkg/bin:/usr/bin:/bin ; export PATH ; printenv PATH   $ PATH=/usr/pkg/bin:/usr/bin:/bin ; export PATH ; printenv PATH
   /usr/pkg/bin:/usr/bin:/bin   /usr/pkg/bin:/usr/bin:/bin
  
-  Ecl 2:+**Ecl 2:**
  
   $ ls -l `which sh ksh bash`   $ ls -l `which sh ksh bash`
Line 57: Line 57:
   -rwxr-xr-x  1 root  wheel  963696 Jun  4 08:57 /usr/pkg/bin/bash   -rwxr-xr-x  1 root  wheel  963696 Jun  4 08:57 /usr/pkg/bin/bash
  
-  Ecl 3:+**Ecl 3:**
  
   $ if test -r /netbsd ; then echo /netbsd: Is readable ; fi ; \   $ if test -r /netbsd ; then echo /netbsd: Is readable ; fi ; \
ultimate_differences_amongst_unix_shells.txt · Last modified: 2022/02/07 20:13 by peteyboy