Help for this page

Select Code to Download


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