<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic append line to the end of file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780952#M99413</link>
    <description>I need to append a line to the end of a file.&lt;BR /&gt;&lt;BR /&gt;Can anyone please help me.&lt;BR /&gt;&lt;BR /&gt;-Pat</description>
    <pubDate>Tue, 02 May 2006 10:24:47 GMT</pubDate>
    <dc:creator>Pat Peter</dc:creator>
    <dc:date>2006-05-02T10:24:47Z</dc:date>
    <item>
      <title>append line to the end of file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780952#M99413</link>
      <description>I need to append a line to the end of a file.&lt;BR /&gt;&lt;BR /&gt;Can anyone please help me.&lt;BR /&gt;&lt;BR /&gt;-Pat</description>
      <pubDate>Tue, 02 May 2006 10:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780952#M99413</guid>
      <dc:creator>Pat Peter</dc:creator>
      <dc:date>2006-05-02T10:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: append line to the end of file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780953#M99414</link>
      <description>Pat,&lt;BR /&gt;echo "text to add" &amp;gt;&amp;gt; file_to_add_to&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 10:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780953#M99414</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-05-02T10:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: append line to the end of file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780954#M99415</link>
      <description>Pat,&lt;BR /&gt;&lt;BR /&gt;Do a&lt;BR /&gt;echo "text" &amp;gt;&amp;gt; filename&lt;BR /&gt;&lt;BR /&gt;This will append the text at the end of file filename&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Tue, 02 May 2006 10:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780954#M99415</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-02T10:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: append line to the end of file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780955#M99416</link>
      <description>Pat,&lt;BR /&gt;&lt;BR /&gt;Use &amp;gt;&amp;gt; to append to a file.&lt;BR /&gt;&lt;BR /&gt;echo "line you want to add" &amp;gt;&amp;gt;file</description>
      <pubDate>Tue, 02 May 2006 10:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780955#M99416</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-05-02T10:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: append line to the end of file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780956#M99417</link>
      <description>Hi Pat,&lt;BR /&gt;if lines are in a file use:&lt;BR /&gt;cat filea &amp;gt;&amp;gt;fileb&lt;BR /&gt;&lt;BR /&gt;if you want to add lines in interactive mode:&lt;BR /&gt;cat&amp;lt;&lt;EOD&gt;&amp;gt;fileb&lt;BR /&gt;,.,.,.&lt;BR /&gt;klk&lt;BR /&gt;EOD&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;/EOD&gt;</description>
      <pubDate>Wed, 03 May 2006 03:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780956#M99417</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-05-03T03:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: append line to the end of file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780957#M99418</link>
      <description>Pat,&lt;BR /&gt;plenty of answers there.&lt;BR /&gt;Could you please identify solution and close.</description>
      <pubDate>Fri, 05 May 2006 04:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780957#M99418</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-05-05T04:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: append line to the end of file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780958#M99419</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;take a look on the manpage of "tee".&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 05 May 2006 06:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/append-line-to-the-end-of-file/m-p/3780958#M99419</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2006-05-05T06:34:59Z</dc:date>
    </item>
  </channel>
</rss>

