`cat` and a new line
If you're cat-ing a file and the bash prompt doesn't start on a new line (cos
the file you displayed using cat doesn't end with a new line char) the
following will fix it:
cat <filename> ; echo
If you're cat-ing a file and the bash prompt doesn't start on a new line (cos
the file you displayed using cat doesn't end with a new line char) the
following will fix it:
cat <filename> ; echo