j
k
j a
j l
On 7/30/20 8:54 AM, Paul Geurts wrote:
more syslog | grep Tor
useless use of "more" IMO, just use
grep "Tor" /var/log/syslog
-or- for a continuous watching for new events:
tail -f /var/log/syslog | grep "Tor"
-- Toralf
Back to the thread
Back to the list