Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Determining the length of "long"?
- X-seq: zsh-users 19073
- From: Roman Neuhauser <neuhauser@xxxxxxxxxx>
- To: Dominik Vogt <dominik.vogt@xxxxxx>
- Subject: Re: Determining the length of "long"?
- Date: Fri, 12 Sep 2014 20:10:19 +0200
- Cc: zsh-users@xxxxxxx
- In-reply-to: <trinity-e6d4c7f2-fc36-4cbe-b44d-581834d24171-1410541484321@3capp-gmx-bs31>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20140911213608.GA1029@gmx.de> <20140912161724.GY4075@isis.sigpipe.cz> <trinity-e6d4c7f2-fc36-4cbe-b44d-581834d24171-1410541484321@3capp-gmx-bs31>
# dominik.vogt@xxxxxx / 2014-09-12 19:04:44 +0200:
> > see getconf(1)[0] and unistd.h(0P)[1], specifically
> > _POSIX_V6_ILP32_OFF32 and its brethren.
>
> Ah great, that pointed exactly to what I need.
glad to be of help! i would have brought these up earlier but you said
> inside a zsh script (without using external programs, of course).
which seemed to disqualify getconf(1)... the clarification was also
very subtle: :)
> the shell is absolutely the right tool here (combine several unix
> command line programs in a pipe, filter their output and generate
> a wm command from that)
overall a good reminder of the need for precise problem statements. :)
--
roman
Messages sorted by:
Reverse Date,
Date,
Thread,
Author