Daily Shaarli

All links of one day in a single page.

November 27, 2021

How To Run A Command After The Previous One Has Finished On Linux - Linux Uprising Blog

You can run a command after the previous one has finished running, depending on the previous command's exit status or regardless of this. (Différences entre ||, ; et &&)