Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: nslookup (function) problem
- X-seq: zsh-workers 11183
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: nslookup (function) problem
- Date: Fri, 5 May 2000 14:01:19 +0400
- Importance: Normal
- In-reply-to: <200005050855.KAA26248@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> + if [[ -n "$pager" && ${#${(f)line}} -gt LINES ]]; then
> + print -nr "$line" | "$pager"
:-)))
bor@itsrm2% export PAGER='less -c'
bor@itsrm2% nslookup
Default Server: mowd017a.mow.siemens.ru
Address: 139.24.18.1
> ?
nslookup:37: command not found: less -c
>
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author