All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:38, 19 July 2021 Will talk contribs created page Gnu tail (Created page with "Obtain last N lines from a file (or watch it as it updates). <syntaxhighlight lang="bash"> cat foo.txt | tail -n+2 # tail all lines, starting with line 2 (skipping first lin...")