SyntaxFix
Write A Post
Hire A Developer
Questions
Initially, check the type of compression with the below command: file <file_name> If the output is a Posix compressed file, use the below command to uncompress: tar xvf <file_name>
file <file_name>
tar xvf <file_name>