Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!ns-mx!umaxc.weeg.uiowa.edu!williams From: williams@umaxc.weeg.uiowa.edu (Kent Williams) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: MS_SH 1.6 utils... Summary: Sorry Bub, Dos is Stoopid Keywords: DOS STUPID MS-SH Message-ID: <2080@ns-mx.uiowa.edu> Date: 11 Aug 90 11:47:34 GMT References: <27945@netnews.upenn.edu> Sender: news@ns-mx.uiowa.edu Reply-To: williams@umaxc.weeg.uiowa.edu.UUCP (Kent Williams) Organization: U of Iowa, Iowa City, IA Lines: 20 DOS has a hard and fast limit on command line length of 128 characters. The usual solution is to stuff the expanded command line into the environment -- the MKS tools puts them first, without the NAME= labels. The Aztec C tools puts them last, after an equals-sign with no NAME. But without a widely followed standard, you're stuck. In the particular case of ls * You're probably better turning globbing off, and letting ls do its own expansion. -- Kent Williams 'Look, I can understand "teenage mutant ninja williams@umaxc.weeg.uiowa.edu turtles", but I can't understand "mutually williams@herky.cs.uiowa.edu recursive inline functions".' - Paul Chisholm