/ Published in: DOS Batch
Script I use to tail my server log files.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/*-------------------------------------------------------------------------------------------- batch file -------------------------------------------------------------------------------------------- */ start C:\path\to\putty.exe -ssh [user] -pw [password] -m C:\path\to\commands.txt /*-------------------------------------------------------------------------------------------- commands.txt -------------------------------------------------------------------------------------------- */ tail -f /home/user/logs/yourdomain.com/http/access.log | grep -v "internal"