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 |