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.