How do I open a compressed file in less
mode. I am able to grep
using zgrep
and using zcat
I can open, but the file is big I want to open in less
mode.
Asked
Active
Viewed 1,051 times
0

Aravind
- 1,599
zgrep
for example doesn't work withzstd
compress (ok that one wasn't around when you wrote the question). So this quesiton is only valid forgzip
style compression. – Cornelius Roemer Aug 28 '22 at 20:10