7 ms·
If I am not mistaken, 8310 sites offer http and https: grep -o -E "://.*?," current.csv | sort | uniq -c | grep -v "1 ://" | wc -l 8310
by alfu 4y ago
If I am not mistaken, 8310 sites offer http and https:
grep -o -E "://.*?," current.csv | sort | uniq -c | grep -v "1 ://" | wc -l
8310