Skip to content

Instantly share code, notes, and snippets.

@marcelmaatkamp
Created August 8, 2021 06:45
Show Gist options
  • Save marcelmaatkamp/5f7cbf90fa313e14d5ec7800a9c255c9 to your computer and use it in GitHub Desktop.
Save marcelmaatkamp/5f7cbf90fa313e14d5ec7800a9c255c9 to your computer and use it in GitHub Desktop.
print size and filename
find . -type f -name \*.txt -printf '%s|%p\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment