access nth argument list in a file
From: zippy747 (zippy747_at_hotmail.com)
Date: 03/21/05
- Next message: Ed Morton: "Re: access nth argument list in a file"
- Previous message: Rouben Rostamian: "Re: how to calculate fractions with let?"
- 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 13:57:34 -0800
for include in ${includes}
do
done
This accesses the last "includes" argument list in a file. How would i
access the nth "includes" argument list in a file?
i.e. the code above will iterate through "e f g h" but how do i
iterate through "a b c d"?
includes="a b c d"
includes="e f g h"
Thanks,
-zip
- Next message: Ed Morton: "Re: access nth argument list in a file"
- Previous message: Rouben Rostamian: "Re: how to calculate fractions with let?"
- 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 ]