Changeset 30667
- Timestamp:
- Feb 17, 2011, 10:24:48 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/scripts/dsgetfileset (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/scripts/dsgetfileset
r29128 r30667 113 113 exit $status; 114 114 } 115 } elsif (($file_type =~ /gzip/) and ($outfile =~ /tgz/) ){ 116 $command = "tar -x --directory $outdir -f $outfile"; 117 $rc = system $command; 118 if ($rc) { 119 my $status = $rc >> 8; 120 print STDERR "failed to extract $outfile: rc: $rc status: $status\n"; 121 exit $status; 122 } 115 123 } 116 124 } … … 158 166 =item * --unpack 159 167 160 Uncompress fits files if compressed .168 Uncompress fits files if compressed or extract files from gzipped tar (tgz) files. 161 169 162 170 =item * --first-file <fileid>
Note:
See TracChangeset
for help on using the changeset viewer.
