Skip to content

Instantly share code, notes, and snippets.

@petermac-
Last active September 12, 2015 19:38
Show Gist options
  • Save petermac-/4174586ba47cac099333 to your computer and use it in GitHub Desktop.
Save petermac-/4174586ba47cac099333 to your computer and use it in GitHub Desktop.
unix_commands.sh
# 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

Useful Unix commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment