Advertisement
Azelphur

Untitled

Jun 10th, 2011
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. COUNT=0
  2. while true; do
  3.     ls -U1 /media/741c883c-a359-490d-80fc-c71b07b7c4ce/var/lib/php5 | head -n 1000 | xargs rm
  4.     COUNT=$(($COUNT+1000))
  5.     echo $COUNT
  6. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement