Last active
June 16, 2024 15:57
-
-
Save dewomser/9f44d50dd1515abb894f828827b04a26 to your computer and use it in GitHub Desktop.
Webseite durchsuchen
This file contains hidden or 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
# alphsbetisch sortiert | |
w3m -dump -no-cookie -X https://www.worms-erleben.de/erleben/search/?searchTerm=klima| grep -o '\w*[K,k]lima\w*' | sort | uniq -c | |
# nach Vorkommen sortieren | |
w3m -dump -no-cookie -X https://www.worms-erleben.de/erleben/search/?searchTerm=fahrrad| grep -o '\w*Fahrr[a,ä]d\w*' | sort | uniq -c | sort -gr |
oder nach Vorkommen sortiert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetzt mit groß und kleinschreibung