1

Does gzip has file limitation Thanks ER

1 Answers1

2

gzip only takes one file. If you need to compress more, create an archive with tar (or another archiving tool) and gzip it (usually resulting in a .tar.gz or .tgz file).

EDIT

ALso, there is no 4 GB limit on gzip any more for almost a decade.

scai
  • 20,297
  • 4
  • 56
  • 72
  • On what exactly? I doubt you will hit any file number limitations. – scai Aug 15 '12 at 13:33
  • thanks I ran to issue with tar and gzip failed,I tought it might related to number of files limitation . –  Aug 15 '12 at 13:39
  • 1
    Why don't you ask about your actual problem with what actually happened instead of asking about theories? – Mark Adler Aug 15 '12 at 14:07
  • Thank you mark, I ran to issue with tar and gzip and I was thinking it is related to some kind of limitation . thank you all for your answers . –  Aug 15 '12 at 14:13