Skip to content

Instantly share code, notes, and snippets.

@krakatoa
Created October 5, 2016 13:28
Show Gist options
  • Save krakatoa/55f2d6a8a8144445d271aab37c4160ef to your computer and use it in GitHub Desktop.
Save krakatoa/55f2d6a8a8144445d271aab37c4160ef to your computer and use it in GitHub Desktop.
export sed ids
cat exporter.log | grep export_start | sed 's/.*_id\":\"\(.*\)\".*/\1/g' | tr '\n' ','
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment