Skip to content

Instantly share code, notes, and snippets.

@nak3
Last active September 5, 2015 15:55
Show Gist options
  • Save nak3/03b4ffc1bc7174433f93 to your computer and use it in GitHub Desktop.
Save nak3/03b4ffc1bc7174433f93 to your computer and use it in GitHub Desktop.
num=0; for i in is bc dc svc ; do cat hello.json | /usr/local/bin/jq .items[$num] > $i.json; num=$(( num + 1 )); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment