tac
tac is like cat, but prints all lines in reverse
order, in other words, the last line is printed first.
expand
expand converts input tabs to spaces. Use the -t option to specify the tabstop.
unexpand
unexpand converts input spaces to tabs. Use the -t option to specify the tabstop.