Chaining Operations and Operators in Linux
This is my list of my most used chaining operators in Ubuntu. 1 . Semi-colon operator ; The semi-colon allows you to chain multiple commands so that they run in-order. # apt-get update ; apt-get upgrade ; echo ‘upgrades are done’ 2 . Single Ampersand & The single ampersand… Continue reading