if [ $# -eq 1 ]
then
    if [ ! -f "$1.date" ]
    then    
        echo "Jan 1 1960" >"$1.date" 
    fi

    dfilter a c 2 33 r "$1.date" w "$1.date" <"$1" >"t:$1.newfiles"
    run more "t:$1.newfiles"
else
    dfilter $*
fi

#   *** WNX  or  What's New in Xanth? ***   30.10.90
