All public logs

Jump to navigation Jump to search

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

Logs
  • 23:17, 27 October 2020 Busk talk contribs created page Tail (Created page with "``` tail -F my.log | awk '/line/ {++i;printf "\r%d",i}' ``` ``` #!/usr/bin/env bash set -e logfile=my.log match='Finished: SUCCESS' while true; do # tail -F -n 0 $logfile |...")