Skip to content

Instantly share code, notes, and snippets.

@smhr
Created October 4, 2019 12:11
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 smhr/4d0f4c9bded7e1d90639c4fdef9b0539 to your computer and use it in GitHub Desktop.
Save smhr/4d0f4c9bded7e1d90639c4fdef9b0539 to your computer and use it in GitHub Desktop.
Change MAX_CPU 8 to 16 in nbody6
grep -rlnI "MAX_CPU 8" . | xargs -l sed -i -e 's/MAX_CPU 8/MAX_CPU 16/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment