If I run
sudo pico /var/log/lighttpd/website/error.log
I get a very long file, and I cannot see last lines. If I run:
sudo tail -f /var/log/lighttpd/website/error.log | awk '{print $1 "--" $2}'
I don't get anything ? What am I doing wrong ?
Also, how can I move to a specific line using pico editor ?
thanks