sábado, 22 de octubre de 2022

Bash Scripting Tutorial

Bash Scripting Tutorial

https://ryanstutorials.net/bash-scripting-tutorial/


  1. What is a Bash Script - What are they, how do they work and how to run them.
  2. Variables - Store data temporarily for later use.
  3. Input - Different ways to supply data and directions to your Bash script.
  4. Arithmetic - Perform various arithmetic operations in your Bash script.
  5. If Statements - How to make decisions within your Bash script.
  6. Loops - A variety of ways to perform repetitive tasks.
  7. Functions - Reuse code to make life easier.
  8. User Interface - Make your scripts user friendly.

No hay comentarios:

Publicar un comentario