Cover | Table of Contents | Colophon
http://www.sunfreeware.com/. You should see both the "Download/Install" and "FAQ" sections of that web site.http://www.sunfreeware.com is in pkgadd format and is installable using that command. (See Chapter 6.) We recommend reading the details on the web site, which will always be up to date.http://sunsolve.sun.com.http://www.sunfreeware.com/.|
ftp
|
Interactive file transfer program.
|
|
login
|
Sign on to Unix.
|
|
mailx
|
Read or send mail.
|
|
slogin
|
Sign on to remote Unix using secure shell.
|
|
ssh
|
Connect to another system, securely.
|
|
cmp
|
Compare two files, byte by byte.
|
|
comm
|
Compare items in two sorted files. |
|
ar
|
delta
|
file
|
kill
|
nm
|
tail
|
|
awk
|
df
|
find
|
link
|
nohup
|
|
|
answerbook2
|
aspell [options] [files]
http://aspell.net/ and http://www.gnu.org/software/aspell/.
cdda2wav [options] [output.wav]
apply [options] command argument ...
% followed by a digit from 1 to 9. Such text is replaced with the corresponding following unused argument.-2 uses two arguments for each invocation of command. Occurrences of %
N in command override this option.% as the special character to represent arguments.
appletviewer [options] urls
apt [options] [files ...] [@file ...]
if-else), as in many high-level programming languages.sh, Bash will do its best to emulate the original Bourne shell's behavior. However, it is rare today to find the original Bourne shell being used interactively as a login shell; other shells that provide better interactive features and the Bourne shell's programming language, such as Bash and ksh, are more popular. However, when writing shell scripts, most people are careful to restrict themselves to just those features of the Bourne shell.|
If the program name is:
|
Your shell is the:
|
|---|---|
|
|
|
Shell
|
Location
|
|---|---|
|
Bash
|
ftp://ftp.gnu.org/gnu/bash
|
|
Bash source code
patches
|
ftp://ftp.gnu.org/gnu/bash/bash-3.0-patches
|
|
Ksh93
|
http://www.research.att.com/sw/download/
|
|
The Z Shell
|
http://www.zsh.org
|
|
The Public Domain Korn Shell
|
http://web.cs.mun.ca/~michael/pdksh/
|
|
Tcsh
|
http://www.tcsh.org
|
|
Symbol/command
|
Meaning/action
|
|---|---|
|
a Brace expansion is a compile-time feature in the Korn shell. Usually commercial versions don't have it, but if you compile from source code, you do get it by default.
| |
>
|
Redirect output.
|
>>
|
Append to file.
|
<
|
Redirect input.
|
<<
|
"Here" document (redirect input).
|
|
|
Pipe output.
|
&
|
Run process in background.
|
;
|
Separate commands on same line.
|
|
bash
|
ksh
|
tcsh
|
Meaning/action
|
|---|---|---|---|
$
|
$
|
%
|
Prompt.
|
>|
|
>|
|
>!
|
Force redirection.
|
>>!
|
Force append.
| ||
>
file
2>&1
|
>
file
2>&1
|
>&
file
|