Skip to content

Instantly share code, notes, and snippets.

@jobez
Created January 2, 2016 00:20
Show Gist options
  • Select an option

  • Save jobez/4bff656b44335f6217e7 to your computer and use it in GitHub Desktop.

Select an option

Save jobez/4bff656b44335f6217e7 to your computer and use it in GitHub Desktop.
~ $ ls *.log | awk 'BEGIN { print "[" } { printf "{:filename \"%s\"} ", $0 } END { print " ] " }' >>> #<buffer *scratch*>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment