buxtonicer1
Programmer
Level: Beginner.
I'm doing some processing where I search through the contents of a directory and each file in that directory is
searched to see if it contains a key work. If a file passes the test the error count
stays the same but if a file fails the counter is incremented by 1.
In my directory I want to exclude certain files from being processed (outside the scope of what I want to do) but not sure how to do this.
I basically need to read the contents of an exclusion list and tell my script to ignore all those files in
the exclusion list.
I'm working on someone elses script so that is why I'm not really sure how to approach this. Well I'm really new
to shell scripting and UNIX and find the dev environment challenging also. Any help would be
appreciated ?
I'm doing some processing where I search through the contents of a directory and each file in that directory is
searched to see if it contains a key work. If a file passes the test the error count
stays the same but if a file fails the counter is incremented by 1.
In my directory I want to exclude certain files from being processed (outside the scope of what I want to do) but not sure how to do this.
I basically need to read the contents of an exclusion list and tell my script to ignore all those files in
the exclusion list.
I'm working on someone elses script so that is why I'm not really sure how to approach this. Well I'm really new
to shell scripting and UNIX and find the dev environment challenging also. Any help would be
appreciated ?