|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T U s
Length: 586 (0x24a)
Types: TextFile
Notes: UNIX file
Names: »set.ECHO.args«
└─⟦bee8f15db⟧ Bits:30004169/disk2.imd Uniplex II+ V.6 release 1.0 (dansk)
└─⟦bee8f15db⟧ UNIX Filesystem
└─⟦this⟧ »up/new/usr/UAP/install.cmds/set.ECHO.args«
: '
install.cmds/set.ECHO.args
Usage: . set.ECHO.args (must be dot-invoked)
EN - argument 1 for newline-less prompt
CEE - last argument for newline-less prompt
BCKSLSH - argument for a single "\"
BELL - BELL char.
TAB - TAB char. (actual character - not echo-only argument)
'
case "`echo '\c'`" in
'\c') EN=-n CEE= BCKSLSH='\'
BELL=`echo | tr '\012' '\07'`
TAB=`echo | tr '\012' '\011'`
;;
*) EN= CEE='\c' BCKSLSH='\\'
BELL='\07'
TAB="`echo '\011\c'`"
;;
esac
export EN CEE BCKSLSH BELL TAB