User Tools

Site Tools


grep

Greping through Rails logs

tail -f log/production.log | pcregrep -M '\A(.+151\.193\.220\.27.*?)Started'

WORK IN PROGRESS.

Znajdowanie wszystkich plików, w których nie ma wskazanego tekstu

grep -r -L "Connect Event" .

=== One line SMTP server

sudo python -m smtpd -n -c DebuggingServer localhost:25
grep.txt · Last modified: 2021/02/16 09:56 (external edit)