#!/bin/bash

sed 's|^<link href="#\([^"]*\)".*title="\([^ ]*\) \([^"]*\).*$|\2 \1|;t;d'

