次のような URI のリストがあります。
./journal.html
./john-voigt.html
./flower_power28182.html
ここで、ファイルを正規表現したいと思います (1 つを選択: sed/awk/php)。結果は次のようになります。
<a href="http://domain.com/journal.html">http://domain.com/journal.html</a><br>
<a href="http://domain.com/john-voigt.html">http://domain.com/john-voigt.html</a><br>
<a href="http://domain.com/flower_power28182.html">http://domain.com/flower_power28182.html</a><br>
実行可能ですか?