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.

1 Answer

gunzip file.txt.gz in Terminal.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like