Skip to content

Instantly share code, notes, and snippets.

@classmember
Created September 8, 2018 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save classmember/55eecd768a2ad2a5bd343ec0e4a0f04d to your computer and use it in GitHub Desktop.
Save classmember/55eecd768a2ad2a5bd343ec0e4a0f04d to your computer and use it in GitHub Desktop.
#!/bin/sh
FORMAT="{
\"name\": \"%n\",
\"access\": \"%A\",
\"size\": \"%s\"
},
"
printf "$(stat --printf="${FORMAT}" $*)"
printf "\b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment