The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Unix To Awk
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Unix To Awk
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
1
(
permalink
)
02-02-2007
goodmis
Registered User
Join Date: Jan 2007
Posts: 24
Unix To Awk
How do I alias the FILE name into awk?
gawk -f awk_script FILE
or
FILE | gawk awk_script
for FILE in `find ./* -prune -type f -newer ./TIMEFILE`
do
# Need to have the actual FILE name ran thru an awk script
done
goodmis
View Public Profile
Find all posts by goodmis
Find goodmis's past nominations received
Find goodmis's present nominations given