tail & tail -f

tail -f and piping to other commands (configuring buffering of other commands)

If you want to pipe output of tail -f to commands like grep or jq then look into configuring them so they buffer per line rather than holding on to larger buffers, look at the following notes: