Tagged Questions
2
votes
2answers
2k views
Untar a given linux tarball on MAC OS X
I have a Linux tarball that can't be unpacked. It gives me an unexpected error. I am told this is due to case insensitive on MAC OS X. How can I untar this file?
tar -zxvf file.tar.gz
...
x ...