uncompress
or zcat
and the tar
utilities
SATAN
.
Then:
'SATAN.<os>.tar.Z'
or
'SATAN.<os>.tar.gzip'
where <os>
stands
for the operating system, currently AIX
or Linux
zcat SATAN.AIX.tar.Z | tar -xvf -(you might also use separate calls of
uncompress
and
tar
)
$SATAN
to point to the SATAN
directory:
export SATAN=`pwd`This is the quick and dirty way. To be permanent you must define the shell variable in your login script (e.g.
.profile
if you use the ksh
)
export PATH=$SATAN/bin:$PATH
satan tut fleg