In most Linux, the shell is run on BASH. There are a few other shells out there but the default is BASH which I will introduce the basics here.
Gain access to a Linux terminal or also known as the command line terminal (CLI) and follow along these topics.
Fundamentals 1 (START)
- Getting started
- Creating a script
- Comments, printout and local strings
- Builtin variables
- Backup a folder
- Separate variable names and back slash
- Linux command in scripts
- Function basics
- Script arguments
- Accepting user input
- Simple if/else decision
- The while loop
- Array variables
- Read from a file
- The for loop
- The until loop
- Find plain text files
- Quick menu input with select
- The case to create a menu
- Formatted printing with printf
- Print a line full length of screen
--
No comments:
Post a Comment