Command to read the file contents of tar and zip file in Unix

#unzip -l read.zip

#tar -tvf read.tar

#tar -ztvf read.tar.gz

#tar -jtvf read.tar.bz2

No comments:

Post a Comment