... | @@ -67,7 +67,7 @@ xzcat all_domains_sorted.xz | wc -l |
... | @@ -67,7 +67,7 @@ xzcat all_domains_sorted.xz | wc -l |
|
```
|
|
```
|
|
xzcat all_domains_sorted_deduplicated.xz | wc -l
|
|
xzcat all_domains_sorted_deduplicated.xz | wc -l
|
|
```
|
|
```
|
|
**=> **
|
|
**=> 519304**
|
|
|
|
|
|
### 1.2 Number of TLDs
|
|
### 1.2 Number of TLDs
|
|
The difference with 1.1 is that this only counts the top level domains, e.g. `example.com` and not `test.example.com`.
|
|
The difference with 1.1 is that this only counts the top level domains, e.g. `example.com` and not `test.example.com`.
|
... | @@ -75,4 +75,9 @@ The difference with 1.1 is that this only counts the top level domains, e.g. `ex |
... | @@ -75,4 +75,9 @@ The difference with 1.1 is that this only counts the top level domains, e.g. `ex |
|
```
|
|
```
|
|
xzcat all_domains_sorted.xz | cut -d ',' -f 1,2 | uniq | wc -l
|
|
xzcat all_domains_sorted.xz | cut -d ',' -f 1,2 | uniq | wc -l
|
|
```
|
|
```
|
|
**=> 507704** |
|
**=> 507704**
|
|
\ No newline at end of file |
|
|
|
|
|
```
|
|
|
|
xzcat all_domains_sorted_deduplicated.xz | cut -d ',' -f 1,2 | uniq | wc -l
|
|
|
|
```
|
|
|
|
**=> 397458** |
|
|
|
\ No newline at end of file |