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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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
Re: [Geeks that Gawk] Using STDIN *and* a file list   Message List  
Reply | Forward Message #96 of 221 |
Yes, that's what it is designed to do. So, do this instead:

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

Some UNIX/LINUX utilities allow you to include "-" by itself among a list of
filenames on the command line as an indication to read the standard input
stream at that point, but I don't think awk is one of them.

--Albert

Albert Bickford

----- Original Message -----





This message has been scanned for viruses by the VEI Internet
Automatic Email Spam and Virus Scanner, and is believed to be free of spam or
viruses.
Please report spam to spamtrap@.... If you would like 98.9 % spam blocked
from your
E-mail then go to VEI Internet for details. Anti-spam/Anti-virus is FREE with
every account.


http://www.vei.net/
mailtospamtrap@...

[Non-text portions of this message have been removed]




Fri Apr 9, 2004 11:01 pm

albert_bickford
Offline Offline
Send Email Send Email

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

... Some UNIX/LINUX utilities allow you to include "-" by itself among a list of filenames on the command line as an indication to read the standard input ...
Albert Bickford
albert_bickford
Offline Send Email
Apr 9, 2004
11:56 pm
Advanced

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