Monday, June 30, 2014

clear log file


  1. #cat /dev/null >/var/log/error.log (command is "cat")
  2. #>/var/log/error.log (command is ">")