Created
October 5, 2016 13:28
-
-
Save krakatoa/55f2d6a8a8144445d271aab37c4160ef to your computer and use it in GitHub Desktop.
export sed ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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