Skip to content

Instantly share code, notes, and snippets.

@kantale
Created March 23, 2016 21:48
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 kantale/b13634c390d34e9d7f72 to your computer and use it in GitHub Desktop.
Save kantale/b13634c390d34e9d7f72 to your computer and use it in GitHub Desktop.
(for i in `seq 1 280` ; do curl -s "http://www.myexperiment.org/workflows?order=latest&page=$i" | grep "Created" | awk '{print $2}' ; done) > results.txt
@kantale
Copy link
Author

kantale commented Mar 23, 2016

Extract the creation date for every object in myexperiment

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