Status von drak (drak) auf Friday, 05-Feb-16 17:52:24 UTC
-
echo list all contributors on my #drupal site; for i in {1..735}; do wget -O $i.html 1w6.org/user/$i/track ; done; du -hs *html | grep ^0 | sed s/^0[^0-9]// > 1; grep -l ">Keine Bei" *html > 2; cat 1 2 | sort -n > 3; ls *.html | sort -n > 4 ; comm --nocheck-order -3 4 3
Friday, 05-Feb-16 17:52:24 UTC von web