|
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 - download
Length: 168 (0xa8) Types: TextFile Names: »usr/bin/l «, »usr/bin/lc «, »usr/bin/lx «
└─⟦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 «
# @(#) 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