unix_commands.sh
Useful Unix commands
# Return to the directory you were in before executing your last cd command.
cd -
# Run your last entered command as sudo.
sudo !!
# Shows who’s currently logged in to your system.
w
# Attaches line numbers to text.
nl