Last active
June 21, 2019 14:12
-
-
Save ocristian/2c8660d9cdf1499d1b84f1b11a52e95d to your computer and use it in GitHub Desktop.
unix notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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