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:38] – [Conclusion] hc9ultimate_differences_amongst_unix_shells [2021/03/09 23:44] – [Thompson Shell] hc9
Line 19: Line 19:
 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.
  
-  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:**
  
   % which osh if goto ^ ( tr '\n' ' ' ; echo ) ^ sed 's/.*/ls -l &/' ^ osh   % which osh if goto ^ ( tr '\n' ' ' ; echo ) ^ sed 's/.*/ls -l &/' ^ osh
Line 31: Line 31:
   -r-xr-xr-x  1 root  wheel  38216 Jul 18 21:37 /usr/pkg/bin/osh   -r-xr-xr-x  1 root  wheel  38216 Jul 18 21:37 /usr/pkg/bin/osh
  
-  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