Keep reading file until Ctrl + C, even if the file is inaccessible

tail

  • Display the last part of a file.
    See also: `head`.
    More information: <https://www.gnu.org/software/coreutils/tail>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

tail --retry --follow {{path/to/file}}

click the source code to copy install tail on any operating system with command-not-found.com