tail
Tail a file to see its contents.
Syntax
tail <path> [timeout INTEGER] [filter STRING] [match STRING]
Parameters
path: The file to tail.
timeout: The amount of time in seconds to tail the file. (Default: 10)
filter: Only see output that contains this string.
match: Stop tail when this string is detected in output.