On Thu, 19 Jan 2006, Josh Zlatin-Amishav wrote:

On Thu, 19 Jan 2006, Brahmam Lv wrote:


When you try to do to many things at once, you make mistakes. The bash
code should be:

for i in `grep 10.1 YourOutputFile.nbe |cut -d "|" -f 3|sort|uniq`;
 do
   grep $i YourOutputFile.nbe |grep Hole;
   r=$?;
   if [ $r == 0 ];
   then
     grep $i YourOutputFile.nbe |grep Hole > $i.nbe;
   fi;
done

--
 - Josh
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to