<?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 Re: append file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/append-file/m-p/4302109#M338207</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You would need to do this in multiple steps - &lt;BR /&gt;1. Copy the file to remote machine to temporary file (using scp)&lt;BR /&gt;2. Append the temporary file to the original file on the remote machine (u can use ssh)&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;1. get the remote file to your local machine&lt;BR /&gt;2. append to the file locally&lt;BR /&gt;3. scp to remote machine.&lt;BR /&gt;&lt;BR /&gt;I would prefer 1st option.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
    <pubDate>Fri, 07 Nov 2008 03:04:04 GMT</pubDate>
    <dc:creator>Ninad_1</dc:creator>
    <dc:date>2008-11-07T03:04:04Z</dc:date>
    <item>
      <title>append file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/append-file/m-p/4302108#M338206</link>
      <description>I hv a file want to scp to another server , but I don't want to overwrite the remote file , I want to append this  file to the original file , can advise what can i do ? thx</description>
      <pubDate>Fri, 07 Nov 2008 01:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/append-file/m-p/4302108#M338206</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-11-07T01:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: append file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/append-file/m-p/4302109#M338207</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You would need to do this in multiple steps - &lt;BR /&gt;1. Copy the file to remote machine to temporary file (using scp)&lt;BR /&gt;2. Append the temporary file to the original file on the remote machine (u can use ssh)&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;1. get the remote file to your local machine&lt;BR /&gt;2. append to the file locally&lt;BR /&gt;3. scp to remote machine.&lt;BR /&gt;&lt;BR /&gt;I would prefer 1st option.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Fri, 07 Nov 2008 03:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/append-file/m-p/4302109#M338207</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2008-11-07T03:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: append file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/append-file/m-p/4302110#M338208</link>
      <description>Hi,&lt;BR /&gt;1st you scp your file into remote server.&lt;BR /&gt;scp yourfile hostname:/path&lt;BR /&gt;then &lt;BR /&gt;2nd &lt;BR /&gt;ssh hostname cat /path/youfile &amp;gt;&amp;gt; /path/appendfile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Fri, 07 Nov 2008 04:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/append-file/m-p/4302110#M338208</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-07T04:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: append file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/append-file/m-p/4302111#M338209</link>
      <description>&amp;gt;Suraj: ssh hostname cat /path/youfile &amp;gt;&amp;gt; /path/appendfile&lt;BR /&gt;&lt;BR /&gt;You would need to quote the redirection:&lt;BR /&gt;ssh hostname "cat /path/youfile &amp;gt;&amp;gt; /path/appendfile"</description>
      <pubDate>Fri, 07 Nov 2008 06:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/append-file/m-p/4302111#M338209</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-07T06:15:19Z</dc:date>
    </item>
  </channel>
</rss>

