zip (48c779cdecb5f803e5fe5d761987e976ca9609db) | zip (d38c30c092828f4882ce13b08d0bd3fd6dc7afb5) |
---|---|
1#------------------------------------------------------------------------------ | 1#------------------------------------------------------------------------------ |
2# $File: zip,v 1.2 2019/04/09 18:34:15 christos Exp $ | 2# $File: zip,v 1.3 2019/07/06 19:25:06 christos Exp $ |
3# zip: file(1) magic for zip files; this is not use 4# Note the version of magic in archive is currently stronger, this is 5# just an example until negative offsets are supported better 6 7# Zip Central Cirectory record 80 name zipcd 9>0 string PK\001\002 Zip archive data 10>>4 leshort x \b, made by --- 44 unchanged lines hidden (view full) --- 55# Zip End Of Central Directory record 56-22 string PK\005\006 57#>4 leshort >1 \b, %d disks 58#>6 leshort >1 \b, central directory disk %d 59#>8 leshort >1 \b, %d central directories on this disk 60#>10 leshort >1 \b, %d central directories 61#>12 lelong x \b, %d central directory bytes 62>(16.l) use zipcd | 3# zip: file(1) magic for zip files; this is not use 4# Note the version of magic in archive is currently stronger, this is 5# just an example until negative offsets are supported better 6 7# Zip Central Cirectory record 80 name zipcd 9>0 string PK\001\002 Zip archive data 10>>4 leshort x \b, made by --- 44 unchanged lines hidden (view full) --- 55# Zip End Of Central Directory record 56-22 string PK\005\006 57#>4 leshort >1 \b, %d disks 58#>6 leshort >1 \b, central directory disk %d 59#>8 leshort >1 \b, %d central directories on this disk 60#>10 leshort >1 \b, %d central directories 61#>12 lelong x \b, %d central directory bytes 62>(16.l) use zipcd |
63>20 pstring/l >0 \b, %s | 63>>20 pstring/l >0 \b, %s |