Linux store stderr in a variable
First thing that we need to keep in mind is that in Linux everything is treated as a file. Also each open file is assigned a unique number called file descriptor. Also there are 3 standard streams. Each one of them as a unique file descriptor Let’s take one example, below we are trying to … Read more