Organizing for 2024 at the command line Yes, you can use the power of the command line to help you to get ready for 2024. What I wanted was to make a file with all of the months in a few places (My overall schedule, Bills and Financial and such). I did it with one […]
Category: shell scripting
Bash shell scripting
Shell Scripting – Functions
Shell Scripting – Functions. An introduction to functions for the Bash shell. Functions play an important role in shell scripting. […]
Shell Scripting – Case Statements
Shell Scripting – Case Statements make it easier and more elegant to code choices when shell scripting than IF statements. […]
Shell Scripting – The IF statement
Shell Scripting – The IF statement. The most common form of decision construct in shell scripting is the IF statement. […]
Shell Scripting : Introduction
This is the Introduction part of a series on BASH Shell Scripting that takes you thru building a BASH Shell Script on your own. […]