|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 327 (0x147)
Types: TextFile
Notes: UNIX file
Names: »explain«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/bin/explain«
: #! /bin/sh # explain.sh: version 1.1 of 1/12/83 # Unix System Command Source File # # @(#)explain.sh 1.1 (NSC) 1/12/83 trap 'rm $$; exit' 1 2 3 15 D=/usr/lib/explain.d while echo "phrase?";read x do cat >$$ <<dn /$x.* /s/\(.*\) \(.*\)/use "\2" for "\1"/p dn case $x in [a-z]*) sed -n -f $$ $D; rm $$;; *) rm $$;; esac done