I have a file that looks like logfiles.txt :
log1 ads.log
log2 bdfds.log
log4 cdrfs.log
I want to loop through the file:
for each lines do:
echo $logname ;
clear $logfilename;
done
I know how to do the actions, but how do I loop inside the line for each parameter .
Thanks
clear $logfilename?