Skip to content

Basic course introducing installation, maintenance, and automation of modern Unix systems. Recommended to learners without previous experience.

Notifications You must be signed in to change notification settings

nbicocchi/learn-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Bash

Software

Libri

  • Garrels - Bash Guide for Beginners
  • Ramey, Fox - Bash reference manual

Video

Tutorial, Esercizi Online

Materiale didattico

Una volta terminata l'installazione, aprire un terminale ed inserire i seguenti comandi.

$ sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply nbicocchi
$ ./install_scripts/install_script_eos.sh
$ git clone https://github.com/nbicocchi/learn-bash.git

Moduli

[M1] Introduzione a Unix

  • Varianti e caratteristiche Unix
  • Fondamenti per l'utilizzo pratico
  • Utenti e gruppi
  • Filesystem
  • Processi
  • Comandi rilevanti

[M2] Bash Shell

  • Utilizzo interattivo
  • Ridirezione
  • Combinazione di comandi
  • Variabili
  • Espansioni

[M3] Bash Scripting

  • Scrittura ed esecuzione
  • Costrutti condizionali
  • Costrutti iterativi
  • Funzioni
  • Trattamento argomenti avanzato (getopts)
  • Script multi-file
  • Buone pratiche

About

Basic course introducing installation, maintenance, and automation of modern Unix systems. Recommended to learners without previous experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published