Skip to content

Instantly share code, notes, and snippets.

@ocristian
Last active June 21, 2019 14:12
Show Gist options
  • Save ocristian/2c8660d9cdf1499d1b84f1b11a52e95d to your computer and use it in GitHub Desktop.
Save ocristian/2c8660d9cdf1499d1b84f1b11a52e95d to your computer and use it in GitHub Desktop.
unix notes
#get port in use by info
lsof -i :PORT_NUMBER
#to create directories recursively
mkdir -p my-project/{src,public/{styles,scripts,images}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment