From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,53ca16c587912bce X-Google-Attributes: gid103376,public From: mfb@mbunix.mitre.org (Michael F Brenner) Subject: Re: Source files organisation using gnat: more... Date: 1997/07/03 Message-ID: <5pevbs$lp4@top.mitre.org>#1/1 X-Deja-AN: 254181884 References: <5pah8c$edc$1@gonzo.sun3.iaf.nl> <19970702184001.OAA25612@ladder01.news.aol.com> Organization: none Newsgroups: comp.lang.ada Date: 1997-07-03T00:00:00+00:00 List-Id: > 3000 files is too many to use un*x tools There are several alternatives. One is to increase your shell size to permit 3000 files in the command line expansion, it is a variable length character string. Two is to use the FIND command. Three is to use a separate configuration management tool. Etc.