mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-21 22:46:16 +02:00
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
|
||
|---|---|---|
| .. | ||
| us-colleges | ||
| us-private-schools | ||
| us-public-schools | ||
| cities.txt | ||
| city-state-country.txt | ||
| common-surnames.txt | ||
| dates.txt | ||
| street-names.txt | ||
| url-to-download-books.txt | ||
| zip-codes.txt | ||