I came across someone using the command zcat [filename].gz | less
to open a file. What does | generally do when it's using in this manner? I've tried googling the question but haven't found the answer yet.
EDIT: actually the answer is here: What are the shell's control and redirection operators?