Daily Shaarli

All links of one day in a single page.

January 8, 2019

Ferme ta gueule, Luc Ferry - Vidéo dailymotion
thumbnail

Y a des fois, ça fait du bien.
M. Ferry n'a donc aucun respect.

Grep -Po : regex - How to match content between HTML specific tags with attribute using grep
thumbnail

Pour me souvenir de la regex, et dans de nombreux cas grep est plus rapide que sed ou awk.

grep -oP '(?<=<div class="Message"> ).*?(?= </div>)' file