Last active
April 13, 2017 07:21
-
-
Save CatTail/611d739e88ea52ced41d40af43e4319a to your computer and use it in GitHub Desktop.
convert lines output to json array
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
ls | jq -R -s -c 'split("\n")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment