The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
how to extract files one by one from a directory and let some processing happen
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
how to extract files one by one from a directory and let some processing happen
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
05-18-2008
aju_kup
Registered User
Join Date: Jul 2006
Posts: 189
try this one
Code:
find /path/to/find -name "INTR*" | xargs nawk '{ some statments }'
aju_kup
View Public Profile
Find all posts by aju_kup