Search Results

Search: Posts Made By: sridharg
34,626
Posted By sridharg
@nohup
No. It will not get extracted when using "unzip -p" option.

It'll fetch the contents alone without extracting. I tried it.
34,626
Posted By sridharg
It is possible
Hey guys,

We can read the specified file from an archive without extracting. I used the below code.



unzip -p test.zip "text.txt"
361,049
Posted By sridharg
@ Command is : gzip -cd <file> | more This...
@ Command is : gzip -cd <file> | more
This command works in case of single file in the archive... if there are multiple files in archive rest of the file are skipped...

I get this message:
...
34,626
Posted By sridharg
Read specific file from a zip archive without extracting
Hi All,

I would like to extract specific file from a zip archive.

I have a zip archive "sample.zip".

sample.zip contains few text files and images... text1.txt, text2.txt, pic.jpg etc......
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy