What Are stdin, stdout, and stderr on Linux?

stdin, stdout, and stderr are three data streams created when you launch a Linux command. You can use them to tell if your scripts are being piped or redirected. We show you how.
— Read on www.howtogeek.com/435903/what-are-stdin-stdout-and-stderr-on-linux/