Skip to content

Instantly share code, notes, and snippets.

@aarondai
Created July 18, 2014 22:12
Show Gist options
  • Save aarondai/9423423375a4328c0924 to your computer and use it in GitHub Desktop.
Save aarondai/9423423375a4328c0924 to your computer and use it in GitHub Desktop.
NodeJS:List Files Under Current Dir in JSON
node -e "var fs= require('fs'); console.log(JSON.stringify(fs.readdirSync('.'),null,4));"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment