in reply to How would you do this?
#!/usr/bin/perl use strict; use warnings; use Data::Dumper; my $cmd = system("zcat -l /path/to/.gz/files"); print Dumper($cmd);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How would you do this?
by ikegami (Patriarch) on Jun 13, 2010 at 05:42 UTC | |
|
Re^2: How would you do this?
by JavaFan (Canon) on Jun 13, 2010 at 16:10 UTC |