Sagar
Sagar

Reputation: 1309

uncompress a .txt.gz file in mac?

How do I uncompress a .txt.gz file in mac?

I already tried unzip file.txt.gz but it says it cannot find zipfile directory in one of file.txt.gz or file.txt.gz.zip, and cannot find file.txt.gz.ZIP, period.

Upvotes: 111

Views: 110432

Answers (1)

Mark Adler
Mark Adler

Reputation: 112442

gunzip file.txt.gz in Terminal.

Upvotes: 232

Related Questions