DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦242cafd11⟧ TextFile

    Length: 586 (0x24a)
    Types: TextFile
    Notes: UNIX file
    Names: »set.ECHO.args«

Derivation

└─⟦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« 

TextFile


: '
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