Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    {
        print "$tag: $_";
    }
    
  2. or download this
    for host in foo bar baz
    do
      ssh $host "update-metadata" 2>&1 > /dev/null | taglines $host &
    done