File: ahrefs-topsites.sh

package info (click to toggle)
libwebsockets 4.3.5-4
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 31,540 kB
  • sloc: ansic: 194,412; javascript: 1,550; sh: 1,387; cpp: 505; java: 461; perl: 405; xml: 118; makefile: 76; awk: 5
file content (6 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash

wget -O- https://ahrefs.com/blog/most-visited-websites/ | grep most-visited-websites-us | \
	sed -E 's/class="column-2">/|/g' | tr '|' '\n' | \
	sed 's/<.*//g' | grep -v Domain | grep -v Josh | sort | uniq