Help for this page

Select Code to Download


  1. or download this
    [server1]
    /tmp/location1/file.log
    ...
    [server3]
    /citrix/dir3/file.log
    
  2. or download this
    server1:/tmp/location1/file.log,tmp/location2/file.log
    server2:/usr/loc1/file.log,/usr/loc2/file.log
    server3:/citrix/dir3/file.log
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    foreach(@lines){
            print "$_:$val\n";