Search Results

Search: Posts Made By: nashcom
1,942
Posted By nashcom
Thanks very much for that - I'll give it a whirl....
Thanks very much for that - I'll give it a whirl.

I just re-typed the script into Word on my PC so that I could post it here - the original was created using vi on my Unix server.
1,942
Posted By nashcom
awk filelist containing strange characters
I've written a script:

find -depth | awk ‘
{
if ( substr($1,length($0)-2,3) == “/1.” )
{ print $1 }
{ system(“awk -f test1.awk “ $1 ) }
}



The idea is...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy