libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Finding command size; was Re: FIX for Arg list too long...


From: Wieners, Karl-Hermann, SDE
Subject: RE: Finding command size; was Re: FIX for Arg list too long...
Date: Fri, 1 Dec 2000 09:25:34 +0100

Hi Robert and all,

> length=`echo ${some_command} | dd bs=1 of=/dev/null 2>&1 | 

as long as `echo' is a shell builtin, you'll probably get away with

   length=`echo ${some_command} | wc -c`

Take care,
Kalle

--
Fox LightWare GmbH
http://www.fox-lightware.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]