Skip to content

Instantly share code, notes, and snippets.

@laxman954
Created September 28, 2016 11:32
Show Gist options
  • Save laxman954/c14a227d3cd822ca86752e6eb9c44938 to your computer and use it in GitHub Desktop.
Save laxman954/c14a227d3cd822ca86752e6eb9c44938 to your computer and use it in GitHub Desktop.
Useful unix commands

Useful Unix Commands

  • find . -type d | grep eclipse - folder or file name contains eclipse
  • sudo lsof -i :80 - search for running port
  • open $TMPDIR../C/ -open temp directory in mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment