<?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: cygwin on windows help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038938#M65941</link>
    <description>Just to mention, cygwin is also great for setting up the ability to ssh to your windows machine and for setting up nfs on windows. Here are some good howtos:&lt;BR /&gt;&lt;BR /&gt;SSH howto:&lt;BR /&gt;&lt;A href="http://pigtail.net/LRP/printsrv/cygwin-sshd.html" target="_blank"&gt;http://pigtail.net/LRP/printsrv/cygwin-sshd.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;NFS Howto:&lt;BR /&gt;&lt;A href="http://www.csparks.com/CygwinNFS/index.xhtml" target="_blank"&gt;http://www.csparks.com/CygwinNFS/index.xhtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway, I thought you might find those interesting. It's nice to be able to scp files from my hp-ux boxes to my windows laptop.</description>
    <pubDate>Tue, 10 Apr 2007 12:53:23 GMT</pubDate>
    <dc:creator>Court Campbell</dc:creator>
    <dc:date>2007-04-10T12:53:23Z</dc:date>
    <item>
      <title>cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038930#M65933</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have installed cygwin on windows to execute shell script to connect&lt;BR /&gt;my HPUX servers.&lt;BR /&gt;I need to know the editor available for the writing the Shell scripts&lt;BR /&gt;and the path for the shell(example : #!/bin/ksh) that needs to be&lt;BR /&gt;mentioned in the shell scirpt.&lt;BR /&gt;&lt;BR /&gt;If this is not the right forum, please direct me to the right.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;PK</description>
      <pubDate>Mon, 09 Apr 2007 12:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038930#M65933</guid>
      <dc:creator>Palanikumar</dc:creator>
      <dc:date>2007-04-09T12:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038931#M65934</link>
      <description>Forgot to mention ...&lt;BR /&gt;Easy points up for grabs !!!&lt;BR /&gt;&lt;BR /&gt;-PK</description>
      <pubDate>Mon, 09 Apr 2007 12:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038931#M65934</guid>
      <dc:creator>Palanikumar</dc:creator>
      <dc:date>2007-04-09T12:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038932#M65935</link>
      <description>Best I know it is 'bash'. Just do a 'man sh'&lt;BR /&gt;&lt;BR /&gt;Also, echo $SHELL returns: /bin/bash&lt;BR /&gt;&lt;BR /&gt;I don't think you need to mention it in you cygwin shell scripts.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Apr 2007 14:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038932#M65935</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-04-09T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038933#M65936</link>
      <description>within a cygwin shell, a regular 'which ksh' should work as normally as on a *NIX system. Try that comand. Whatever that returns you can use that in the script.&lt;BR /&gt;&lt;BR /&gt;IT is usually in /usr/bin or /bin (sometimes it will be a link to /usr/bin).</description>
      <pubDate>Mon, 09 Apr 2007 19:14:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038933#M65936</guid>
      <dc:creator>Sreedharamurthy K</dc:creator>
      <dc:date>2007-04-09T19:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038934#M65937</link>
      <description>cygwin typically uses bash as the default shell. You should use #!/bin/bash. You could use vim as your editor. and actually since you are on a windows machine you could also use notepad. unless you set it up differently the root directory for cygwin is c:\cygwin.</description>
      <pubDate>Mon, 09 Apr 2007 22:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038934#M65937</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-04-09T22:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038935#M65938</link>
      <description>I remember that ksh (pdksh) is not installed by default.&lt;BR /&gt;Remember to install vim too for a full featured vi version!&lt;BR /&gt;&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2007 06:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038935#M65938</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2007-04-10T06:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038936#M65939</link>
      <description>just checked and bash is located at /usr/bin/bash. I also updated my install and added pdksh which is located at /usr/bin/pdksh.</description>
      <pubDate>Tue, 10 Apr 2007 07:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038936#M65939</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-04-10T07:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038937#M65940</link>
      <description>:o that was a great help ..!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you very much!!&lt;BR /&gt;&lt;BR /&gt;Its working fine :D&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2007 12:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038937#M65940</guid>
      <dc:creator>Palanikumar</dc:creator>
      <dc:date>2007-04-10T12:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038938#M65941</link>
      <description>Just to mention, cygwin is also great for setting up the ability to ssh to your windows machine and for setting up nfs on windows. Here are some good howtos:&lt;BR /&gt;&lt;BR /&gt;SSH howto:&lt;BR /&gt;&lt;A href="http://pigtail.net/LRP/printsrv/cygwin-sshd.html" target="_blank"&gt;http://pigtail.net/LRP/printsrv/cygwin-sshd.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;NFS Howto:&lt;BR /&gt;&lt;A href="http://www.csparks.com/CygwinNFS/index.xhtml" target="_blank"&gt;http://www.csparks.com/CygwinNFS/index.xhtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway, I thought you might find those interesting. It's nice to be able to scp files from my hp-ux boxes to my windows laptop.</description>
      <pubDate>Tue, 10 Apr 2007 12:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038938#M65941</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-04-10T12:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038939#M65942</link>
      <description>Hi Court &amp;amp; others,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your valuable time and suggestions, It worked well with me.&lt;BR /&gt;&lt;BR /&gt;Thanks Again.&lt;BR /&gt;&lt;BR /&gt;PKs</description>
      <pubDate>Tue, 10 Apr 2007 13:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038939#M65942</guid>
      <dc:creator>Palanikumar</dc:creator>
      <dc:date>2007-04-10T13:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: cygwin on windows help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038940#M65943</link>
      <description>Problem solved and knowledge gained :)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;PK</description>
      <pubDate>Tue, 10 Apr 2007 13:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cygwin-on-windows-help/m-p/5038940#M65943</guid>
      <dc:creator>Palanikumar</dc:creator>
      <dc:date>2007-04-10T13:38:45Z</dc:date>
    </item>
  </channel>
</rss>

