- or download this
===================================
#!/usr/bin/perl -w
...
sleep 2;
}
===================================
- or download this
$ ./populate.pl > data.txt&
- or download this
$ tail -f data.txt
- or download this
while [ 1 ]; do echo "some text..."; done > data.txt&