sh, jsh — Standard and Job Control Shell and Command Interpreter

Synopsis

/usr/bin/sh [-acefhiknprstuvx][argument...] 
/usr/xpg4/bin/sh [+ abCefhikmnoprstuvx][+ o option]... 
  [-c string][arg...] 
/usr/bin/jsh [-acefhiknprstuvx][argument...] 

Description

The Bourne shell, written by Steve Bourne when he was at AT&T Bell Laboratories, is the original UNIX shell. This shell is preferred for shell programming because of its programming capabilities and its universal availability. It lacks features, such as built-in arithmetic, for interactive use. The Bourne shell is the default login shell for the root account, and it serves as the default user login shell if you do not specify another shell in your passwd file. The Bourne shell is used for all ...

Get Solaris™ 7 Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.