[TriLUG] Scripting & C++ question

Kevin Otte nivex at nivex.net
Fri Nov 11 17:08:48 EST 2005


On Fri, Nov 11, 2005 at 04:51:31PM -0500, Mark Freeze wrote:
> On 11/11/05, Ed Hill <ed at eh3.com> wrote:
> > Try:  "ls /home/mark/programs/cpp | xargs ./arg_test"

Please bear in mind that there is an upper limit to the number of command
line parameters.  This is mitigated by xargs, but doing something like:

ls *

will cause the * to be expanded by the shell and hit this limit.

For the full gory details see the relevant TriLUG discussion at:
http://www.trilug.org/pipermail/trilug/Week-of-Mon-20051017/038048.html

-- 
Kevin Otte, N8VNR
nivex at nivex.net
http://www.nivex.net/

-=-

"Those who cannot remember the past are condemned to repeat it." 
-- George Santayana

"It seems no one reads Santayana anymore."
-- Cdr. Susan Ivanova, Babylon 5




More information about the TriLUG mailing list