Hi, I've come across this perl expression for printing the next line of a found regular expression and am amazed at how this works. Can someone give me some insight in how this works. For example this line will always display the line underneath the default route in the routing table.
netstat -rn|perl -ne '$&&& print, /default|$/'
Thanks
J