Help for this page

Select Code to Download


  1. or download this
    # find / > /tmp/`hostname`
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        getopts( 'hm:s:o:' , \%opt ) or die $Usage;
        die $Usage if $opt{h} || ! $opt{m} || ! $opt{s} || ! $opt{o};
    }