Re: access nth argument list in a file

From: zippy747 (zippy747_at_hotmail.com)
Date: 03/22/05

  • Next message: Ed Morton: "Re: access nth argument list in a file"
    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


  • Next message: Ed Morton: "Re: access nth argument list in a file"