narenpalepu
Vendor
Hi All
I am a starting with awk I like to grep for a pattern from all the files in directory and save the result to a file with file name. please help me out.
My seudo script
"ls -l $* | awk '{ print $9}'+ grep $9 pattern >> result"
Thanks
Naren
I am a starting with awk I like to grep for a pattern from all the files in directory and save the result to a file with file name. please help me out.
My seudo script
"ls -l $* | awk '{ print $9}'+ grep $9 pattern >> result"
Thanks
Naren