# # python imdb.py -a 5 -s 3 > result.txt # python imdb.py -t > result.txt python imdb.py > result.txt echo "

Created:" > tail.html date >> tail.html cat head.html result.txt tail.html > output.html