Search notes:

Shell command: tail

-f

tail -f fileName comes in especially handy when a log file that is being written to needs to be monitored: as soon as a new line is appended to the log file, tail -f will print it to STDOUT.
$ tail -f logFile
In PowerShell, the functionality of tail -f can be achieved with get-content ‥ -wait.
highlight.pl is a Perl script that can be used as a template for highlighting words (such as ERROR or WARNING).

See also

head
The PowerShell command get-content -first n and get-content -last n.
Shell commands

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/sh...', 1758200623, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/shell/commands/tail(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78