Skip to content

Instantly share code, notes, and snippets.

@CorinLUSI
Last active July 23, 2019 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CorinLUSI/ba62eae49ee36bc434da4aeee5fd4813 to your computer and use it in GitHub Desktop.
Save CorinLUSI/ba62eae49ee36bc434da4aeee5fd4813 to your computer and use it in GitHub Desktop.
##### Useful Terminal Commands
## List all Files exceeding specified Filesize (100mb)
find . -type f -size +100M
## Create .gitignore file
touch .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment