#!/bin/sh # Summary : Gibt Uebersicht "uber die Datensaetze, indem die # *.txt (documentation) files 'analisiert' werden. # NOTA BENE: Könnte noch stark verbessert werden --> 'Perl' script !! # ## BEISPIEL-Aufruf: # # Summary | tee txt-summary # # (C) Martin Maechler, SfS, ETH Zurich # head -3 *.txt \ | sed 's/.*: *//; s/\.txt <== *//; s/==> /@/' \ | tr '\012' ':' \ | tr '@' '\012' \ | sed 's/::/:/g; s/:$//; s/:/: /g; /^$/d' # ^ this is a TAB (tabulator)