home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.shell
- Path: sparky!uunet!mcsun!sunic!ugle.unit.no!news
- From: Harald.Eikrem@delab.sintef.no
- Subject: Re: Distinguish between numeric & nonnumeric char strings in shell ?
- In-Reply-To: Harald.Eikrem@delab.sintef.no's message of 4 Sep 92 19:13:37
- Message-ID: <1992Sep4.205216*Harald.Eikrem@delab.sintef.no>
- Sender: news@ugle.unit.no (NetNews Administrator)
- Organization: SINTEF DELAB, Trondheim, Norway.
- References: <9209040702.AA06629@csgrad.cs.vt.edu>
- <1992Sep4.191337*Harald.Eikrem@delab.sintef.no>
- Date: 4 Sep 92 20:52:16
- Lines: 15
-
- I said:
-
- !
- ! _IFS=".$IFS"
- ! set -- $address
- ! IFS="$_IFS"
-
- Think I left something out there, make that
-
- _IFS="$IFS"
- IFS=".$IFS"
- set -- $address
- IFS="$_IFS"
-
- ~~h
-