Originally posted by Draget
View Post
for example,
Code:
for i in {1..100}; do (tail /dev/zero &); done
Comment