8 lines
148 B
Markdown
8 lines
148 B
Markdown
# Utenti
|
|
|
|
Crea un file testo chiamato utenti.txt che contenga l'elenco degli utenti registrati sul sistema.
|
|
|
|
# Soluzione
|
|
|
|
cat utenti.txt | sha1sum
|
|
|