From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fw.softwell.se ([193.15.236.45]) by hawkwind.utcs.toronto.edu with SMTP id <26311>; Fri, 19 May 2000 18:01:18 -0400 Received: from trillian.softwell.se (IDENT:bengt@trillian.softwell.se [192.42.172.11]) by fw.softwell.se (8.9.3/8.9.3) with ESMTP id KAA24979; Thu, 18 May 2000 10:12:54 +0200 Received: (from bengt@localhost) by trillian.softwell.se (8.8.7/8.8.7) id KAA05394; Thu, 18 May 2000 10:12:53 +0200 Date: Thu, 18 May 2000 04:12:53 -0400 From: Bengt Kleberg Message-Id: <200005180812.KAA05394@trillian.softwell.se> To: bengt@softwell.se, byron@rakitzis.com, rc@hawkwind.utcs.toronto.edu, tjg@star.le.ac.uk Subject: Re: ifs substitution, how should it work? > From: Byron Rakitzis > So, > ifs='abc' > and > ifs=(a b c) > should accomplish the same thing. > Isn't that what you want? No. I wanted ifs = (abc) Ie, ; x = ``(abc) {echo -n 1a2b3abc4c5} ; echo $x => 1a2b3 4c5 This is (IMHO) better, but I presume that there is too much code out there that depends upon ifs='abc' beeing equal to ifs=(abc). What if I volunteered to fix everybody elses code for them (provided that they send it to me :-) Best Wishes, Bengt =============================================================== Everything aforementioned should be regarded as totally private opinions, and nothing else. bengt@softwell.se ``His great strength is that he is uncompromising. It would make him physically ill to think of programming in C++.''