Living in the Shell #20; tail (Display/Follow File Content)
tail ⛵
Display or follow file content.
ℹ️ Here, following means streaming a file while it's being updated (appended).
ℹ️ You can use -c in place of -n in the following examples, to switch to binary offset selection.
Print bottom N lines of a file -n
...
babakks.hashnode.dev1 min read