Keyboard User Input in AWK language ?

Post Reply
Message
Author
skidoo
Posts: 753
Joined: Tue Sep 22, 2015 6:56 pm

Re: Keyboard User Input in AWK language ?

#1 Post by skidoo »

Try rephrasing your question. What, specifically, are you trying to accomplish?

User avatar
Old Giza
Posts: 426
Joined: Wed Apr 16, 2014 10:31 pm

Re: Keyboard User Input in AWK language ?

#2 Post by Old Giza »

Code: Select all

$ awk '/123/' << EOF
> hello
> there 123 abc
> 123 my
> the end
> EOF
there 123 abc
123 my

Post Reply

Return to “General”