Skip to content

Instantly share code, notes, and snippets.

@twei55
Last active September 2, 2021 13:19
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 twei55/c7b58468c91e27026bec9dea9d4f4071 to your computer and use it in GitHub Desktop.
Save twei55/c7b58468c91e27026bec9dea9d4f4071 to your computer and use it in GitHub Desktop.
MacOSX Commands

Split one file into multiple files

split -l 250000 words.csv

Too many open files

ulimit -Sn 10000

See current configuration

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