File Descriptors in Bash
In our file redirection in bash post, we explored the basics of file redirection in Bash. But what exactly happens behind the scenes when you use those > and < symbols? Enter the world of file descriptors! What Are File Descriptors? Simply put, file descriptors are numbers that your shell uses to keep track of […]