这可能对你有用(GNU sed):
sed 's#<enclosure length=".*" type="image/jpeg" url="\(.*\)"/>#<picture_a>\1</picture_a>#' file
模式匹配要替换的字符串,在长度和 url 的双引号之间使用
.*