sandy1028 has asked for the wisdom of the Perl Monks concerning the following question:
@count=`find dir_name -name *.tar`; foreach $cnt(@count){ system("tar -xf dir_name/$cnt"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tar a files
by rovf (Priest) on Mar 02, 2009 at 12:09 UTC | |
|
Re: Tar a files
by moritz (Cardinal) on Mar 02, 2009 at 10:19 UTC | |
|
Re: Tar a files
by Bloodnok (Vicar) on Mar 02, 2009 at 11:18 UTC | |
|
Re: Tar a files
by puudeli (Pilgrim) on Mar 02, 2009 at 10:36 UTC | |
|
Re: Tar a files
by irah (Pilgrim) on Mar 02, 2009 at 10:34 UTC |