<?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: tail command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762081#M892585</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;&lt;BR /&gt;tail -25000 file_name &amp;gt; new_file_name&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Jul 2002 15:10:42 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-07-11T15:10:42Z</dc:date>
    <item>
      <title>tail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762078#M892582</link>
      <description>I have a file which is 275,000 lines long and I only want the last 25,000 so I can put then in Excel for analysis. How can I get them using the tail command ?</description>
      <pubDate>Thu, 11 Jul 2002 15:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762078#M892582</guid>
      <dc:creator>Simon R Wootton</dc:creator>
      <dc:date>2002-07-11T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: tail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762079#M892583</link>
      <description>Hi Simon,&lt;BR /&gt;&lt;BR /&gt;Use &lt;BR /&gt;&lt;BR /&gt;tail -n 25000 &lt;FILENAME.&gt;&lt;/FILENAME.&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Anu Mathew</description>
      <pubDate>Thu, 11 Jul 2002 15:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762079#M892583</guid>
      <dc:creator>Anu Mathew</dc:creator>
      <dc:date>2002-07-11T15:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: tail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762080#M892584</link>
      <description>$ tail -n 25000 &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Do "man tail" for details of available option.&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 11 Jul 2002 15:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762080#M892584</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-11T15:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: tail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762081#M892585</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;&lt;BR /&gt;tail -25000 file_name &amp;gt; new_file_name&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2002 15:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762081#M892585</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-07-11T15:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: tail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762082#M892586</link>
      <description>tail -n 25000 infile &amp;gt; outfile</description>
      <pubDate>Thu, 11 Jul 2002 15:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762082#M892586</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-11T15:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: tail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762083#M892587</link>
      <description>You can try&lt;BR /&gt;&lt;BR /&gt;     tail -25000 inputfile&lt;BR /&gt;&lt;BR /&gt;You might prefer to use split instead:&lt;BR /&gt;&lt;BR /&gt;     split -250000 inputfile&lt;BR /&gt;&lt;BR /&gt;and import the file "xab" into Excel.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 11 Jul 2002 15:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762083#M892587</guid>
      <dc:creator>Tom Maloy</dc:creator>
      <dc:date>2002-07-11T15:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: tail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762084#M892588</link>
      <description>Thanks to all - I sorted it 20 secs after leaving the forum !</description>
      <pubDate>Thu, 11 Jul 2002 15:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762084#M892588</guid>
      <dc:creator>Simon R Wootton</dc:creator>
      <dc:date>2002-07-11T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: tail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762085#M892589</link>
      <description>Hi SImon:&lt;BR /&gt;&lt;BR /&gt;'tail' will not handle very large files.  You can use 'sed' to mimic 'head' and 'tail'.  For example:&lt;BR /&gt;&lt;BR /&gt;# sed -e '1,5d' myfile #...removes lines 1-5&lt;BR /&gt;&lt;BR /&gt;# sed -e '1,5!d' myfile # ...keeps only lines 1-5&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 11 Jul 2002 15:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tail-command/m-p/2762085#M892589</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-11T15:19:24Z</dc:date>
    </item>
  </channel>
</rss>

