echo "Cutting Contents of a file on the standard output (stdout)."
echo "-----with ranges-----"
cut -c 1-5 $LLO_DATAFILE | head -5