From: "Cristiano Chiucchiolo" <cristiano.chiucchiolo@gmail.com>
To: gentoo-docs-it@gentoo.org
Subject: [gentoo-docs-it] Aggiornato bash-by-example-p2.xml
Date: Thu, 27 Apr 2006 21:35:02 +0200 [thread overview]
Message-ID: <a2bfe4570604271235ocd4c7afi79cb1276837181f4@mail.gmail.com> (raw)
--- bash-by-example-p2.xml 2006-04-27 21:28:37.478637424 +0200
+++ bash-by-example-p2.xml 2006-04-27 21:29:44.653425304 +0200
@@ -28,7 +28,7 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.3</version>
+<version>1.4</version>
<date>2005-10-09</date>
<chapter>
@@ -472,11 +472,11 @@
<p>
Qui sopra, bash per prima cosa espande "${x##*.}". Nel codice, "$x" è
il nome di
-un file, e "${x##.*}" ha l'effetto di eliminare tutto il testo tranne
quello che
+un file, e "${x##*.}" ha l'effetto di eliminare tutto il testo tranne
quello che
segue l'ultimo punto nel nome del file. Poi, bash confronta la stringa
risultante con i valori elencati a sinistra delle ")". In questo caso,
-"${x##.*}" viene confrontato con "gz", poi con "bz2" e infine con "*". Se
-"${x##.*}" corrisponde ad una qualsiasi di queste stringhe o pattern, vengono
+"${x##*.}" viene confrontato con "gz", poi con "bz2" e infine con "*". Se
+"${x##*.}" corrisponde ad una qualsiasi di queste stringhe o pattern, vengono
eseguite le linee immediatamente successive alla ")", fino ai ";;", dopodiché
bash continua ad eseguire le linee dopo l'"esac" finale. Se non ci sono pattern
o stringhe corrispondenti, non viene eseguito alcun codice; tuttavia, in questo
--
gentoo-docs-it@gentoo.org mailing list
next reply other threads:[~2006-04-28 0:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-27 19:35 Cristiano Chiucchiolo [this message]
2006-04-28 10:35 ` [gentoo-docs-it] Aggiornato bash-by-example-p2.xml Stefano Rossi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a2bfe4570604271235ocd4c7afi79cb1276837181f4@mail.gmail.com \
--to=cristiano.chiucchiolo@gmail.com \
--cc=gentoo-docs-it@gentoo.org \
--cc=gentoo-docs-it@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox