4 lines
92 B

tmpfile=$(mktemp /tmp/test1.XXXXXX)
cat -A $LLO_DATAFILE | head -5 > $tmpfile
cat $tmpfile