/BashScripting

Collection of scripts to learn bash scripting

Primary LanguageShell

Bash Scripting

Collection of scripts to learn bash scripting from the beginning in a structured way

Structure

  • Variables: Script to learn how variables work inside a little program
  • Parameters: Collection of scripts to play with parameters read and passed to a program
  • Exit Code: Collection of scripts to learn how exit codes work in bash
  • Flow Control: Collection of scripts to play with redirections in bash
  • Operations: Collection of scripts to learn how operations work in bash
  • Functions: Collection of scripts to learn how functions work in bash
  • Scripts: Collection of scripts separated in:
    • Basic: Day to day scripts
    • Pentest: Useful scripts for pentesting
  • Exercises: Collection of scripts as a resolution of the exercises proposed