When using Linux on your own computer, or a server, a good skill to learn is scripting with the Bash Shell. I've known the basics for years, but have recently been pushing myself to write more useful and slightly more complicated scripts in Bash. Commenting code is very helpful, both in writing the code as comments can give a structure that is then filled in with functional code, and also later when reading the script to review or make adjustments. Here's a good article (not by me) on how to use comments in Bash Scripts: #Linux #bash #programming

Replies (5)

Joy's avatar
Joy 3 days ago
Thanks for that information