4,461
edits
→Links: Hurd |
→Basic: Pull a random line from a log |
||
Line 272: | Line 272: | ||
= Basic = | = Basic = | ||
== Pull a random line from a log == | |||
<source lang="console"> | |||
$ shuf -n 1 /etc/pihole/gravity.list | |||
</source> | |||
== Viewing of the log in real time == | == Viewing of the log in real time == |