mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-05-30 18:21:29 +00:00

$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
15 MiB
15 MiB
The file is too large to be shown.
View Raw