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 |
- Re: shell scripting Rahul Garg
- Re: shell scripting Görkem Çetin