Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!ron@brl-bmd
From: ron@brl-bmd@sri-unix.UUCP
Newsgroups: net.unix-wizards
Subject: Re:  pdp--
Message-ID: <3646@sri-arpa.UUCP>
Date: Sat, 30-Jul-83 12:28:17 EDT
Article-I.D.: sri-arpa.3646
Posted: Sat Jul 30 12:28:17 1983
Date-Received: Mon, 1-Aug-83 05:49:10 EDT
Lines: 21

From:      Ron Natalie 

Which shell?  So far...

	V6 SHELL:  very restrictive
	PWB SHELL:  hairy outgrowth of V6 shell, developped for
		11's but now around on some VAX's
	BOURNE (V7) SHELL:  distributed with V7, available on almost
		all VAX's.  Mostly compatible between each machine.
	BOURNE (SIII) SHELL:  Modified above (hopefully compatible)
		comes with SIII/V on VAX/PDP.  Also available for
		4.x BSD (I think).
	CSH:  Berekeley wierd thing, comes with 4.x BSD.  Runs on
		other unix's to the extent of the kernels ability
		to support it.  Uses special BSD specific features.

Going between different implementations of the same shell is easy
(we even switched from the V7 to SIII Bourne shell without any
pain).  It is the programs that it is likely to call that are going
to cause you problems.  Does your /bin and /usr/bin programs function
the same way between machines?  Same options?