<?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: sed and find under windows in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581674#M6316</link>
    <description>Try using the MS-DOS port of SED:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.student.northpark.edu/pemente/sed/" target="_blank"&gt;http://www.student.northpark.edu/pemente/sed/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jon</description>
    <pubDate>Wed, 13 Jul 2005 10:52:25 GMT</pubDate>
    <dc:creator>Jon Finley</dc:creator>
    <dc:date>2005-07-13T10:52:25Z</dc:date>
    <item>
      <title>sed and find under windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581673#M6315</link>
      <description>Hello&lt;BR /&gt;i need the following (unix)script with dos&lt;BR /&gt;commands on a windows box&lt;BR /&gt;&lt;BR /&gt;find * -exec sed "s/pattern/newpattern/g" {} \;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;Ralf</description>
      <pubDate>Wed, 13 Jul 2005 08:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581673#M6315</guid>
      <dc:creator>Ralf Buchhold</dc:creator>
      <dc:date>2005-07-13T08:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: sed and find under windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581674#M6316</link>
      <description>Try using the MS-DOS port of SED:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.student.northpark.edu/pemente/sed/" target="_blank"&gt;http://www.student.northpark.edu/pemente/sed/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Wed, 13 Jul 2005 10:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581674#M6316</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2005-07-13T10:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: sed and find under windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581675#M6317</link>
      <description>Oh...  You'll probably want to do a FOR statement... something like:&lt;BR /&gt;&lt;BR /&gt;for /f %%i in ('DIR *.txt') do sed %%i "s/pattern/newpattern/g"&lt;BR /&gt;&lt;BR /&gt;for /? will give you complete syntax.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Wed, 13 Jul 2005 11:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581675#M6317</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2005-07-13T11:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: sed and find under windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581676#M6318</link>
      <description>Hi Ralf,&lt;BR /&gt;&lt;BR /&gt;there are some Unix utils available on Windows without the cygwin layer.&lt;BR /&gt;&lt;BR /&gt;Have a look at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.weihenstephan.de/~syring/win32/UnxUtilsDist.html" target="_blank"&gt;http://www.weihenstephan.de/~syring/win32/UnxUtilsDist.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Thu, 14 Jul 2005 05:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581676#M6318</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2005-07-14T05:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: sed and find under windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581677#M6319</link>
      <description>Sorry that was an old link. This one is more up to date:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://unxutils.sourceforge.net/" target="_blank"&gt;http://unxutils.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Thu, 14 Jul 2005 05:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581677#M6319</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2005-07-14T05:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: sed and find under windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581678#M6320</link>
      <description>Can't give you a link, but there are 2 utilities which i have used and will allow you to run unix command in windows.&lt;BR /&gt;&lt;BR /&gt;One is already menitoned "Cygwin"&lt;BR /&gt;Other one is Software Environment for windows&lt;BR /&gt;something.</description>
      <pubDate>Thu, 14 Jul 2005 05:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/sed-and-find-under-windows/m-p/3581678#M6320</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-07-14T05:45:35Z</dc:date>
    </item>
  </channel>
</rss>

