Search the web
Sign In
New User? Sign Up
geeksthatgawk · for GNU Awk questions & discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Using STDIN *and* a file list   Message List  
Reply | Forward Message #95 of 221 |
Suppose you want to do something like this:

cat file1 | gawk -f script.awk file2 file3 file4

How do you handle this? gawk (GNU Awk 3.1.1) seems to skip over the
input stream if there are also file inputs as is easy enough to
confirm just by using '{print $0}' as the code.






Fri Apr 9, 2004 9:44 pm

jason_quinn
Offline Offline

Forward
Message #95 of 221 |
Expand Messages Author Sort by Date

Suppose you want to do something like this: cat file1 | gawk -f script.awk file2 file3 file4 How do you handle this? gawk (GNU Awk 3.1.1) seems to skip over...
jason_quinn
Offline
Apr 9, 2004
9:45 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help