Skip to content

Instantly share code, notes, and snippets.

@kdabir
Created February 22, 2012 13:04
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save kdabir/1885071 to your computer and use it in GitHub Desktop.
Save kdabir/1885071 to your computer and use it in GitHub Desktop.
get content from url and write to a file in groovy
// saving from url to a file (append)
new File("output.xml") << new URL ("http://some.url/some/path.xml").getText()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment