# @(#) hist 3.0 22jan94 Morgan_Davis @(#)

set histpath=$/pub/proline

if $argc < 2 then
    echo -n "Show history file for which year? "
    read y
else
    set y=$argv[1]
endif

cat $histpath/history.$y
unset y histpath
