TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:10363] Using sed and evironmental variables



How about:

   cat file | perl -pi -e 's/FOO/$ENV{q[FOO]}/g'

John