Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!think.com!mintaka!bloom-beacon!eru!hagbard!sunic!mcsun!hp4nl!star.cs.vu.nl!maart From: maart@cs.vu.nl (Maarten Litmaath) Newsgroups: comp.unix.questions Subject: Re: Variable substitition Message-ID: <8442@star.cs.vu.nl> Date: 6 Dec 90 18:25:04 GMT References: <1990Nov30.092424@cs.utwente.nl> <7370019@hp-lsd.COS.HP.COM> Sender: news@cs.vu.nl Reply-To: maart@cs.vu.nl (Maarten Litmaath) Organization: VU Dept. of Computer Science, Amsterdam, The Netherlands Lines: 13 In article <7370019@hp-lsd.COS.HP.COM>, jimr@hp-lsd.COS.HP.COM (Jim Rogers) writes: )... )for ksh, to ensure the ability to read arguments past $9: ) ) eval last=\${${#}} ...just like in POSIX-compatible shells. BTW, the braces around the `#' are unnecessary. -- In the Bourne shell syntax tabs and spaces are equivalent almost everywhere. The exception: here documents. :-( Does anyone remember the famous mistake Makefile-novices often make?