well , i am new to shell scripting.
what i want to do is
open(HANDLE,filename);
@files = <HANDLE> ;
foreach $line(@files)
{
#####
}
close(HANDLE);
How will i do it in shell script!
 
Thanks,
Rahul

Reply via email to