#! /usr/bin/env /bin/zsh ## create the "mathematical data" web page cat < jj's useful and ugly page of mathematical data

Tables of mathematical data

These files are part of the fxt package. For background information see the fxtbook.
EOF ########################### for f in data/*.txt; do b=$(basename $f); echo "$b:"; echo '
'
#    grep -B25 -F '#.' $f | grep -v -F '#.' ;
    grep -B25 -F '#.' $f | grep -v -F '#.' | sed 's//\>/g;';
    echo '
' echo '

' done ########################### cat < Your feedback is appreciated.

jj (Jörg Arndt)

Last modified EOF DATE=$(date +'%Y-%B-%d (%H:%M)'); # date and time: 2002-June-16 (23:00) echo $DATE cat < Goto jj's ugly Homepage EOF exit 0; #############################