<?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: about csh under HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586469#M856595</link>
    <description>Hello,&lt;BR /&gt;Ramesh is right.&lt;BR /&gt;For command line completion use&lt;BR /&gt;root#set filec &lt;BR /&gt;for that.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Sep 2001 05:18:49 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2001-09-28T05:18:49Z</dc:date>
    <item>
      <title>about csh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586466#M856592</link>
      <description>i can use command " set -o vi" or env &lt;BR /&gt;"EDITOR=vi" in ksh,but how can do the same is csh?&lt;BR /&gt;thanks.&lt;BR /&gt;                mingzheng huo</description>
      <pubDate>Thu, 27 Sep 2001 23:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586466#M856592</guid>
      <dc:creator>huomzh</dc:creator>
      <dc:date>2001-09-27T23:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: about csh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586467#M856593</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't believe you can do "command line editing" in csh. &lt;BR /&gt;&lt;BR /&gt;you can get the history of commands using "history" &lt;BR /&gt;&lt;BR /&gt;Commands from the history can be recalled using the exclamation point. For example, !! repeats the previous command, !25 re-types command number 25 from the history, and !-2 re-types the second line previous to the current line.&lt;BR /&gt;&lt;BR /&gt;You will have to use tcsh &lt;BR /&gt;(tcsh is C shell with file name completion, command line editing and other features such as enhanced variable modifiers )or ksh or bash or one of the many other shells which allows command line editing.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 28 Sep 2001 00:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586467#M856593</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-28T00:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: about csh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586468#M856594</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you want command line completion 'tcsh' is the way to go. You can the already compiled version from the below link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Shells/tcsh-6.10.00/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Shells/tcsh-6.10.00/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Fri, 28 Sep 2001 04:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586468#M856594</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-09-28T04:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: about csh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586469#M856595</link>
      <description>Hello,&lt;BR /&gt;Ramesh is right.&lt;BR /&gt;For command line completion use&lt;BR /&gt;root#set filec &lt;BR /&gt;for that.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2001 05:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586469#M856595</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-09-28T05:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: about csh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586470#M856596</link>
      <description>Your best bet is to use tcsh, which is a much better csh alternative.  It has featuers such as command editing, file/command completion and a bunch more:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tcsh.org" target="_blank"&gt;http://www.tcsh.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or alternativerly you can use zsh or GNU's bash:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://zsh.sunsite.dk" target="_blank"&gt;http://zsh.sunsite.dk&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/bash/bash.html" target="_blank"&gt;http://www.gnu.org/software/bash/bash.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Or my favorite, stick with the posix shell (/usr/bin/sh on HPUX).  It takes a little while getting used to, but has lots of nice features and its a standard part of the HPUX distribution.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 28 Sep 2001 07:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-csh-under-hp-ux/m-p/2586470#M856596</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-28T07:21:22Z</dc:date>
    </item>
  </channel>
</rss>

