Skip to content

Instantly share code, notes, and snippets.

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

  • Save jobez/5be75bf6f839e7f4247d to your computer and use it in GitHub Desktop.

Select an option

Save jobez/5be75bf6f839e7f4247d to your computer and use it in GitHub Desktop.
~ $ ls *.log | awk 'BEGIN { print "[" } { printf "{:dirname \"%s\"} ", $0 } END { print " ] " }'
[
{:dirname "<none>.log"} {:dirname "_region_.log"} {:dirname "circle.log"} {:dirname "npm-debug.log"} ]
~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment