Created
September 25, 2022 13:34
-
-
Save autf/6a9047cc4e4ee09d1c299e0a4e5c059e to your computer and use it in GitHub Desktop.
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 -name '*.rs' -exec bash -c \ | |
'wc -c $0; base64 -w0 < $0 | wc -c; ruby -r uri -e "p URI.encode_www_form_component(STDIN.read).size" < $0; echo' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bash64 --help
⇒-w, --wrap=COLS
Use 0 to disable line wrapping