View Single Post
Posts: 183 | Thanked: 35 times | Joined on Jan 2010
#5
Originally Posted by daperl View Post
Open an xterm and try something like this:

Code:
while [ 1 == 1 ]; do wget http://www.debian.org/ -O /tmp/deb.html >/dev/null 2>&1; sleep 25; done
hey ! what will this do >?