Do you know about all those weird symbols you can use on the command line?
Even though you might spend most of your time in an interactive development environment (IDE), it’s important to understand how to use the command line.
Recently, I saw a tweet suggesting that if you place a single ampersand between two shell commands, they run in parallel. While partially true, the tweet didn’t fully explain the whole scenario. So, I thought of revisiting the basics and explaining just what ...