[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: awk progfile



On Thu, Jun 03, 1999 at 01:50:57PM -0500, James Frey wrote:

> If I put: " /Date/ respaldo " in a file (respchk) and run
> awk -f respchk

well, awk needs to know what input to process:

awk -f program.awk input.data

or simply pipe the input to awk:

cat data | awk -f prog.awk

-- 

 thomas.                                .powered.by.debian/linux.
                                       irc.:.#chatgate, #frust.ger


Reply to: