Unzip a file and then display it in the console in one step
问题 I have access to a remote server over ssh. I have only read (no write) access on the server. There is a zipped log file that I want to read. But because I have only read access, I cannot first extract the file and then read it, because when I try to unzip, I get the message Read-only file system . My idea was to redirect the output of the gunzip -command to some other command that can read from the standrat input and display the content in the console. So I do not write the unzipped file on