Skip to content

Instantly share code, notes, and snippets.

@gAmUssA
Created September 26, 2012 02:17
Show Gist options
  • Save gAmUssA/3785615 to your computer and use it in GitHub Desktop.
Save gAmUssA/3785615 to your computer and use it in GitHub Desktop.
Read file, Groovy example
new File("blah.txt").eachLine{line-> printline(line)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment