Skip to content

Commit

Permalink
Changed cleanup routine in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmiessler committed Sep 23, 2015
1 parent c1a369d commit 222f79a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Empty file removed code/RawDisallows.txt
Empty file.
6 changes: 0 additions & 6 deletions code/pullrobots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ head -n 1000 ./sorted.txt | awk '{print $2}' > ../Top1000-RobotsDisallowed.txt
head -n 10000 ./sorted.txt | awk '{print $2}' > ../Top10000-RobotsDisallowed.txt
head -n 100000 ./sorted.txt | awk '{print $2}' > ../Top100000-RobotsDisallowed.txt

# Cleanup temporary files
#rm ./domains.txt
#rm ./raw.txt
rm ./sorted.txt
rm ./sanitized.txt

# Output

echo ""
Expand Down

0 comments on commit 222f79a

Please sign in to comment.