|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo ${y[1]} |
|
|
echo $y[*] |
|
|
|
(Make Global) |
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1> filename |
1> filename |
|
|
|
0< filename |
0< filename |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
or more variables |
|
|
|
|
|
|
|
|
|
|
|
|
echo (utility) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
history -n |
|
|
!number !! |
|
r number r |
|
|
|
|
|
|
with the command's output |
|
|
$(command) |
|
|
|
|
|
|
home directory of a user |
~loginid |
|
~loginid |
|
and previous directories |
~- - |
|
|
|
|
|
|
logged in |
|
|
|
|
of the shell |
|
ENV=.file |
|
|
|
|
|
|
to be used |
|
|
set -o emacs EDITOR=/usr/ucb/vi
|
|
|
|
|
|
|
|
|
|
function func {commands} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commands else if (cond) commands else commands endif |
commands elif command commands else commands fi |
|
|
|
case pattern: commands default: commands endsw |
pattern) commands;; *) commands;; esac |
|
|
|
commands end |
do commands done |
|
|
|
commands end |
do commands done |
|
Marty Froomin 7/9/03