Instruction manual
MDP
APPLICATIONS
Issue 3 - Vol 2
USER
GROUP
NEWS
ED
AND
ACE
AND
CHARACTERS>
177
OCTAL
Characters
in a
text
file with the eighth
bit
set
will conruse
both
the"
ACE"
and
"ED"
editors.
Text
transferred
from
other
equipment
sometimes
has
the
eighth
bit
set.
To
correct
the
file
so
that
it
may
be
edited
use
the
following filter.
tr
I'
\201'
-'
\377']
I'
\001'
-'
\177'
I
<source
>destination
All occurrences of
characters
with
the
eighth
bit
set
will
be
replaced
with
characters
in
the
normal
ascii range.
John
Owens,
Systems
Applications
Manager
ICOM40
SHELL
SCRIPTS
FOR
VAX
The
following shell
scripts
may be or help
to
users
running
ICOM40
with
VAX
under
UNIX
with
the
Bourne
or
Cshell.
*** CSH
scripts
***
enter:
set
prompt
= EM:
set
tmppath
=
$PATH
setenv
ICOMSPEED
g600
setenv
ICOMPORT
/dev/ttyib
setenv
ICOMRETRY
4
setenv
PATH
/e/cbase/tek/bin:/bin/icom40:$PATH
exit:
portcu
portcu
setenv
PATH
$tmppath
unsetenv
ICOMPORT
unsetenv
ICOMRETRY
unsetenv
ICOMSPEED
unset
tmppath
set
prompt
= :
alias:
alias
enter
'source -
/lib/enter'
alias exit 'source -
/lib/exit'
***
SH
scripts
***
enter:
tmppath=$PATH
ICOMSPEED=g600
ICOMPORT=
/ dey
/ttyib
ICOMRETRY=4
PATH=/e/cbase/tek/bin:/bin/icom40:$PATH
PS1=EM:
export
ICOMSPEED
ICOMRETRY
ICOMPORT
PATH
exit:
portcu
portcu
18
TEKTRONIX
December 1983