add comments to bash commands to make searching for them easier

Created: Jul 12, 2021Published: Mar 28, 2023Last modified: Apr 05, 2023
Word count: 33Backlinks: 2

Add comments to bash commands to make searching for them easier

Especially when commands are used rarely and have difficult-to-remember names.

Example:

sudo ntpd -qg && sudo hwclock --systohc # fix linux clock

Backlinks