<?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=Aggiungere_una_stringa_all%27inizio_di_una_pipe_bash</id>
	<title>Aggiungere una stringa all&#039;inizio di una pipe bash - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Aggiungere_una_stringa_all%27inizio_di_una_pipe_bash"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Aggiungere_una_stringa_all%27inizio_di_una_pipe_bash&amp;action=history"/>
	<updated>2026-06-20T02:03:51Z</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=Aggiungere_una_stringa_all%27inizio_di_una_pipe_bash&amp;diff=10599&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: Created page with &quot;* Se si vuole fare il prepend di una riga prima dell&#039;output di una pipe, usare il command grouping:   echo &quot;PRIMA RIGA&quot; | (cat &amp;&amp; comando che fa la pipe | altro filtro )  *Ese...&quot;</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Aggiungere_una_stringa_all%27inizio_di_una_pipe_bash&amp;diff=10599&amp;oldid=prev"/>
		<updated>2021-09-14T14:11:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;* Se si vuole fare il prepend di una riga prima dell&amp;#039;output di una pipe, usare il command grouping:   echo &amp;quot;PRIMA RIGA&amp;quot; | (cat &amp;amp;&amp;amp; comando che fa la pipe | altro filtro )  *Ese...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* Se si vuole fare il prepend di una riga prima dell&amp;#039;output di una pipe, usare il command grouping:&lt;br /&gt;
&lt;br /&gt;
 echo &amp;quot;PRIMA RIGA&amp;quot; | (cat &amp;amp;&amp;amp; comando che fa la pipe | altro filtro )&lt;br /&gt;
&lt;br /&gt;
*Esempio:&lt;br /&gt;
 echo &amp;quot;CONTENUTO DIRECTORY:&amp;quot; | (cat &amp;amp;&amp;amp; /bin/ls -al)&lt;br /&gt;
&lt;br /&gt;
*Se si vuole invece mettere in coda:&lt;br /&gt;
 echo &amp;quot;ULTIMA RIGA&amp;quot; | (cat &amp;amp;&amp;amp; comando che fa la pipe | altro filtro )&lt;br /&gt;
&lt;br /&gt;
*Esempio:&lt;br /&gt;
 echo &amp;quot;FINE ELENCO&amp;quot; | (/bin/ls -al &amp;amp;&amp;amp; cat)&lt;br /&gt;
&lt;br /&gt;
=Riferimenti=&lt;br /&gt;
 echo &amp;quot;FINE ELENCO | (/bin/ls -al &amp;amp;&amp;amp; cat)&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>