Created
August 8, 2021 06:45
-
-
Save marcelmaatkamp/5f7cbf90fa313e14d5ec7800a9c255c9 to your computer and use it in GitHub Desktop.
print size and filename
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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