diff options
author | sinkswim <sinkswim@users.noreply.github.com> | 2015-05-02 17:24:45 -0700 |
---|---|---|
committer | sinkswim <sinkswim@users.noreply.github.com> | 2015-05-02 17:24:45 -0700 |
commit | df788639e6e4ee824ecf817e28e8dcaac48b5504 (patch) | |
tree | bf9d22ddafba0fe161de6b0c9b93d2a1e23fde21 | |
parent | e5c7c1db4c0597da69fd867ea0831ab71068ba8a (diff) |
Update 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 a4391258..f892845f 100644 --- a/it-it/bash-it.html.markdown +++ b/it-it/bash-it.html.markdown @@ -55,7 +55,7 @@ echo ${VARIABILE/Una/A} # Sottostringa di una variabile echo ${VARIABILE:0:7} -# Questo ritornera solamente i primi 7 caratteri +# Questo ritornerà solamente i primi 7 caratteri # Valore di default per la variabile echo ${FOO:-"ValoreDiDefaultSeFOOMancaOÈ Vuoto"} |