Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- dir="/var/www/laboratorio.istea/log"
- log="access.log"
- while true;do
- clear
- tail $dir/$log | cut -d "-" -f 1
- sleep 1
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement