| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Date: | Mon, 23 Jun 2008 00:12:39 -0700 |
| From: | Gary Johnson <garyjohn AT spk DOT agilent DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: vi command line editing question. |
| Message-ID: | <20080623071239.GB10652@suncomp1.spk.agilent.com> |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <BAY111-W23AAE475DD0E06EE36FE16EAA60 AT phx DOT gbl> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <BAY111-W23AAE475DD0E06EE36FE16EAA60@phx.gbl> |
| X-Operating-System: | SunOS suncomp1 5.8 sparc |
| User-Agent: | Mutt/1.5.17 (2007-11-01) |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 2008-06-23, gene golub wrote: > Hi folks > > I am using Korn Shell type editing of the command line. > Here is an example: > > I run isql command to ms sql server: > > set -o vi > isql -E -S. <select @@servername > >go > ! > > It runs fine. But when I try to repeat an execution of this > command by going to history, finding that command and pressing 'v' > for command vi edditing, I get only first line: > > osql -E -S . > > As for commands which were sourced to db server (select > @@servername), they are not displayed and I have to type them > again. > If I had used any Korn Shell port for Windows (MKS Tools), I would > see next: > osql -E -S . << I think this command will give you what you want: shopt -s cmdhist lithist See the bash(1) man page. HTH, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |