Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
vared -h question
- X-seq: zsh-workers 9153
- From: greg@xxxxxxxxxxxxxx (Greg Klanderman)
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh list)
- Subject: vared -h question
- Date: Fri, 24 Dec 1999 12:56:49 -0500 (EST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: greg@xxxxxxxxxxxxxx
Hi,
I'm trying to use vared to implement a simple read/eval/print loop:
while cmd="" && vared -p "cmd: " cmd ; do
## send cmd to server on host:port and print result
done
I'd like to have history work, and if I use the -h flag I can access
the shell's history, but vared does not store the history of my
entered commands into the shell history it seems. So it's a bit
useless. Is there any way to do what I want, ie add a line into
the history?
thanks and happy holidays,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author