DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

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

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦00695c4be⟧ TextFile

    Length: 340 (0x154)
    Types: TextFile
    Notes: UNIX file
    Names: »seek«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »sys/vers/seek« 

TextFile

#! /bin/sh

if test $1; then dir=$1; else dir="/"; fi
if test $2; then ign=$2; else ign=/dev/null; fi
if test "$3"; then cmd="$3"; else cmd=""; fi

sed -e '/^#/d' -e '/^[ 	]*$/d' \
	-e 's#/#\\/#g' -e 's#\.#\\.#g' -e 's#\*#.*#g' -e 's#\?#.#g' \
	-e 's#^#/^#' -e 's#$#/d#' $ign > /tmp/ign$$

find $dir $cmd -type f -print | sed -f /tmp/ign$$