Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-05-10 08:52
Flavor·PCRE (Legacy)

/
(\w+ (\w+) (\d+) (\d+:\d+:\d+) (\d+)) (?:\d+ bytes )?From (.+)icmp_seq=\d+ (ttl=\d+ )?(.*)(time=(\d+.\d+) ms)?
/
gmi
Open regex in editor

Description

ping -i 20 host | perl -nle 'print scalar(localtime), " ", $_'

Submitted by jb