petermac-
8/9/2014 - 9:06 PM

unix_commands.sh

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