[kanchilug] 1D1C - funzip

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx
  • Date: Fri, 5 Aug 2022 06:00:00 +0530

funzip - filter for extracting from a ZIP archive in a pipe

To extract the first member file of the archive myfile.zip and to pipe it
into more
$ funzip myfile.zip | more

To test the first member file of myfile.zip
$ funzip myfile.zip > /dev/null



regards,
T.Dhanasekar

Other related posts:

  • » [kanchilug] 1D1C - funzip - Dhanasekar