![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to search for text within compressed file | HLee1981 | UNIX for Advanced & Expert Users | 8 | 09-06-2007 06:50 AM |
| Search first line of compressed file | cbreiner | UNIX for Advanced & Expert Users | 1 | 09-05-2007 05:52 PM |
| Check if file compressed or not | badg3r | Shell Programming and Scripting | 4 | 09-14-2006 04:58 AM |
| renaming a compressed file to filename without .Z | bruceps | UNIX for Dummies Questions & Answers | 8 | 08-16-2005 02:32 AM |
| Import data from compressed file | ap_gore79 | Shell Programming and Scripting | 4 | 06-18-2004 01:39 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How we can view the content of the file,if it compressed (or) Zipped ,without uncompress ?
I have one file ,i compressed it,without uncompressing the file.Is it possible to see the content of the file? |
|
||||
|
Some tools such as less will allow you to inspect the contents of some compressed files without explicitly decompressing them. Of course, behind the scenes, it is extracting the compressed data to a temporary location.
|
|
||||
|
As era explains, the answer is no, not really, but you might be able to get a similar effect by uncompressing to stdout.
For a file in a zip archive, try unzip -c . For compressed files, try gunzip -c or equivalently gzip -dc or zcat. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|