<?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 extract a world in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/extract-a-world/m-p/3686555#M102959</link>
    <description>Hello,&lt;BR /&gt;on an HPUX ksh&lt;BR /&gt;we want to extract a string (a word) &lt;BR /&gt;who contain "*/*"&lt;BR /&gt;in a file like this :&lt;BR /&gt;8     00-01-e6-40-a3-70        2/6 [ALL]&lt;BR /&gt;   8    0001.e640.a370    DYNAMIC     Fa0/7&lt;BR /&gt;0001.e640.a370   Dynamic    8   FastEthernet0/5&lt;BR /&gt;to obtain this :&lt;BR /&gt;2/6&lt;BR /&gt;Fa0/7&lt;BR /&gt;Fastethernet0/5&lt;BR /&gt;&lt;BR /&gt;Thank's a lot</description>
    <pubDate>Wed, 07 Dec 2005 08:03:45 GMT</pubDate>
    <dc:creator>iranzo</dc:creator>
    <dc:date>2005-12-07T08:03:45Z</dc:date>
    <item>
      <title>extract a world</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extract-a-world/m-p/3686555#M102959</link>
      <description>Hello,&lt;BR /&gt;on an HPUX ksh&lt;BR /&gt;we want to extract a string (a word) &lt;BR /&gt;who contain "*/*"&lt;BR /&gt;in a file like this :&lt;BR /&gt;8     00-01-e6-40-a3-70        2/6 [ALL]&lt;BR /&gt;   8    0001.e640.a370    DYNAMIC     Fa0/7&lt;BR /&gt;0001.e640.a370   Dynamic    8   FastEthernet0/5&lt;BR /&gt;to obtain this :&lt;BR /&gt;2/6&lt;BR /&gt;Fa0/7&lt;BR /&gt;Fastethernet0/5&lt;BR /&gt;&lt;BR /&gt;Thank's a lot</description>
      <pubDate>Wed, 07 Dec 2005 08:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extract-a-world/m-p/3686555#M102959</guid>
      <dc:creator>iranzo</dc:creator>
      <dc:date>2005-12-07T08:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: extract a world</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extract-a-world/m-p/3686556#M102960</link>
      <description>Sorry,&lt;BR /&gt;error in subject :&lt;BR /&gt;read this extract a word</description>
      <pubDate>Wed, 07 Dec 2005 08:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extract-a-world/m-p/3686556#M102960</guid>
      <dc:creator>iranzo</dc:creator>
      <dc:date>2005-12-07T08:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: extract a world</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extract-a-world/m-p/3686557#M102961</link>
      <description>Hi Izanzo:&lt;BR /&gt;&lt;BR /&gt;# perl -lne '@list=split;foreach (@list) {print while $_=~m%/%g'} file&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 07 Dec 2005 08:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extract-a-world/m-p/3686557#M102961</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-07T08:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: extract a world</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extract-a-world/m-p/3686558#M102962</link>
      <description>Hi (again) Iranzo:&lt;BR /&gt;&lt;BR /&gt;Oh, no perl, just 'ksh'.  OK:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;while read LINE&lt;BR /&gt;do&lt;BR /&gt;    for X in ${LINE} &lt;BR /&gt;    do&lt;BR /&gt;        case ${X} in&lt;BR /&gt;        */* ) echo ${X}&lt;BR /&gt;        ;;&lt;BR /&gt;        esac&lt;BR /&gt;    done&lt;BR /&gt;done &amp;lt; file&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 07 Dec 2005 08:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extract-a-world/m-p/3686558#M102962</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-07T08:43:36Z</dc:date>
    </item>
  </channel>
</rss>

