Like I use cd to go into a normal directory, how to cd into a directory from an archive (compressed file, such as .zip, .tar.gz, etc.) and see its content using the terminal? Is this possible?
Asked
Active
Viewed 1,243 times
3
user258266
- 1,274
1 Answers
4
Your question isn't very clear but if by "archive" you mean a compressed file (such as zip) then perhaps this answer will help?
How to mount a zip file as a file system?
After mounting the archive you would be able to cd into it.