Displaying 3 results from an estimated 3 matches for "4256ee1".
2016 Apr 27
5
Bourne shell deprecated?
>>> >>last OS I can think of with an actual Bourne shell was Solaris.
>>> >>
>>> >>
>> >
>> >The various *BSD's have & use the actual Bourne shell ....
>> >
>> >
> Which one? All the BSDs I know of use the Almquist Shell except for
> OpenBSD which uses a patched version of the Public Domain Korn Shell
2016 Apr 27
0
Bourne shell deprecated?
...sh.
>
> This version of sh was rewritten in 1989 under the BSD
> license after the
> Bourne shell from AT&T System V Release 4 UNIX.
>
> AUTHORS
> This version of sh was originally written by Kenneth Almquist.
>
>
>
From NetBSD 6.1.5:
4256EE1 # man sh
man: Formatting manual page...
SH(1) General Commands Manual
SH(1)
NAME
sh -- command interpreter (shell)
SYNOPSIS
sh [-aCefnuvxIimqVEb] [+aCefnuvxIimqVEb] [-o option_name]
[+o option_name] [command_file [argument ...]]...
2016 Apr 27
1
Bourne shell deprecated?
On Wed, Apr 27, 2016 at 03:32:49PM -0453, William A. Mahaffey III wrote:
>
> From NetBSD 6.1.5:
>
>
> 4256EE1 # man sh
...
> SH(1)
>
> NAME
> sh -- command interpreter (shell)
...
>
> HISTORY
> A sh command appeared in Version 1 AT&T UNIX. It was, however,
> unmaintainable so we wrote this one.
>
The V1 shell was of course not Bourne's.
However Bourne...