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

⟦9b495ed5d⟧ TextFile

    Length: 168 (0xa8)
    Types: TextFile
    Names: »usr/bin/l «, »usr/bin/lc «, »usr/bin/lx «

Derivation

└─⟦833723c12⟧ Bits:30004042/core5.imd SW95705I 386/ix Multi-user Release 1.2
    └─⟦this⟧ »usr/bin/l « 
    └─⟦this⟧ »usr/bin/lc « 
    └─⟦this⟧ »usr/bin/lx « 

TextFile

# @(#) make the l,lc,lx commands for xenix users. 88/01/17 FK
case `basename $0` in
l)	exec ls -l $* ;;
lc)	exec ls -C $* ;;
lx)	exec ls -x $* ;;
*)	exec ls $* ;;
esac