uncompress
or zcat
and the tar
utilities
TRAX
.
Then:
'TRAX.<os>.<ddddr>.tar.Z'
or
'TRAX.<os>.<ddddr>.tar.gz'
where <os>
stands
for the operating system, e.g. AIX
or Linux
,
and <ddddr>
denotes some release date,
e.g. 0211c.
zcat TRAX.AIX.0211.tar.Z | tar -xvf -(you might also use separate calls of
uncompress
and
tar
)
$TRAX
to point to the TRAX
directory:
export TRAX=`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=$TRAX/bin:$PATH
traxand the command prompt should appear.