Skip to content

Instantly share code, notes, and snippets.

@aprell
Created August 11, 2013 17:22
Show Gist options
  • Select an option

  • Save aprell/6205977 to your computer and use it in GitHub Desktop.

Select an option

Save aprell/6205977 to your computer and use it in GitHub Desktop.
Use process substitution instead of temporary files where possible
./interpreter <(tr -s " " "\n" < $1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment