Hi All,
could you please answer the below question.
1)How to read the data from zip file without unzip?
Regards
Priyanka
Hi All,
could you please answer the below question.
1)How to read the data from zip file without unzip?
Regards
Priyanka
Hey Priyanka,
Could you please try zcat
or gzcat
for same. Following are the examples on same.
zcat file.txt.Z|more
OR
gzcat file.txt.gz | more
Thanks,
R. Singh
This looks like homework/classwork or interview Q
Thread closed