<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Gestione_input_con_read</id>
	<title>Gestione input con read - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Gestione_input_con_read"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Gestione_input_con_read&amp;action=history"/>
	<updated>2026-05-06T00:38:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Gestione_input_con_read&amp;diff=4727&amp;oldid=prev</id>
		<title>Gabriele.vivinetto at 17:55, 29 June 2006</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Gestione_input_con_read&amp;diff=4727&amp;oldid=prev"/>
		<updated>2006-06-29T17:55:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Per leggere una stringa da STDIN in bash, usare il comando &amp;#039;&amp;#039;&amp;#039;read&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
 man bash&lt;br /&gt;
 /       read \[&lt;br /&gt;
&lt;br /&gt;
Esempio: Premere un tasto per continuare:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
read -n1 -p&amp;quot;Si o No ? &amp;quot; RISP&lt;br /&gt;
echo -e &amp;quot;\n&amp;quot;&lt;br /&gt;
if [[ (&amp;quot;$RISP&amp;quot; == &amp;quot;s&amp;quot; || &amp;quot;$RISP&amp;quot; == &amp;quot;S&amp;quot;) ]]; then&lt;br /&gt;
    echo Hai scelto Si&lt;br /&gt;
else&lt;br /&gt;
    Hai scelto no o qualcosaltro&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>