View Single Post
  #2 (permalink)  
Old 2006-10-27
Robby Cauwerts Robby Cauwerts is offline
Senior Member
 
Join Date: 2006-10-05
Location: Belgium
Posts: 108
Rep Power: 3
Robby Cauwerts has an average reputation (10+)
Default Re: converting binary fw.log to text on R55

Hi,

something like:
cd $FWDIR/log/fw.log
touch log.txt
fw log fw.log > log.txt

But be carefull doing this! Depending on the amount of traffic the log.txt can quickly grow in size!!
Also do not forget to stop the redirect. You will be using the active log file. So if you don't stop it it will grow, grow, grow, grow in size until ....

KR
Robby
Reply With Quote