Sorry, but how come the decoded file is read with cat and not with less?
lesspipe reads the input and does pipe it to less. How the input is read depends on the file contents. Here cat is one of the many options.
Log in to post a comment.
lesspipe reads the input and does pipe it to less. How the input is read depends on the file contents. Here cat is one of the many options.