diff options
author | Andrea Borruso <aborruso@gmail.com> | 2020-01-29 08:43:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 08:43:27 +0100 |
commit | 1b01d8c03f1fb68d3f0f2270c9ec1bbeab949f25 (patch) | |
tree | 8e47ef2cdc80f3838abef5d4738d80ed0fe17a6c /it-it/bash-it.html.markdown | |
parent | 7016b606ede296afa4dc39b08e24854c0bb2401d (diff) |
piccola correzione di testo
Diffstat (limited to 'it-it/bash-it.html.markdown')
-rw-r--r-- | it-it/bash-it.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it-it/bash-it.html.markdown b/it-it/bash-it.html.markdown index 099cc681..cfe58f30 100644 --- a/it-it/bash-it.html.markdown +++ b/it-it/bash-it.html.markdown @@ -63,7 +63,7 @@ echo ${Variabile} # Sotto ci sono altri esempi che analizzano l'uso dell'espansione dei parametri. # Sostituzione di stringhe nelle variabili -echo ${Variabile/Una/A} +echo ${Variabile/Una/La} # Questo sostituirĂ la prima occorrenza di "Una" con "La" # Sottostringa di una variabile |