Shell typo

newworkflow_parseropti
Geoffrey Frogeye 2019-11-14 15:40:25 +01:00
parent 300fe8e15e
commit 87bb24c511
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ sort -u temp/all_toblock.list > dist/firstparty-trackers.txt
echo "# Number of source subdomains: $(wc -l temp/all_subdomains.list | cut -d' ' -f1)"
echo "# Number of known trackers : $(python -c 'import regexes; print(len(regexes.REGEXES))')"
echo "# Number of blocked subdomains: $(wc -l dist/firstparty-trackers.txt | cut -d' ' -f1)"
echo "# Number of first-party subdomains: $(./filter_out_explicit.py dist/firstparty-trackers.txt | wc)"
echo "# Number of first-party subdomains: $(./filter_out_explicit.py dist/firstparty-trackers.txt | wc -l)"
echo
cat dist/firstparty-trackers.txt | while read host;
do