Re: access nth argument list in a file
From: zippy747 (zippy747_at_hotmail.com)
Date: 03/22/05
- Previous message: Ed Morton: "Re: access nth argument list in a file"
- In reply to: Ed Morton: "Re: access nth argument list in a file"
- Next in thread: Ed Morton: "Re: access nth argument list in a file"
- Reply: Ed Morton: "Re: access nth argument list in a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Mar 2005 16:12:13 -0800
I have a file that has this content:
includes="a b c d"
somethingelse="foo"
includes="e f g h"
I want to parse out each token after an includes=
In this case I want to parse out
a
b
c
d
e
f
g
Thanks,
-zip
- Previous message: Ed Morton: "Re: access nth argument list in a file"
- In reply to: Ed Morton: "Re: access nth argument list in a file"
- Next in thread: Ed Morton: "Re: access nth argument list in a file"
- Reply: Ed Morton: "Re: access nth argument list in a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]