iambater 当前离线
列兵
CrLf 当前离线
论坛巡查
sed -i -r "s/(https?:\/\/)?[[:alnum:].]*\.(com|net|cn)/<a href=\x22&\x22>&<\/a>/g;s/(<a href=\x22)([[:alnum:]]*\.)/\1http:\/\/\2/g" *.txt复制代码
TOP
DAIC 当前离线
中将
ochina 当前离线
sed -i -r "s/(https?:\/\/)?[[:alnum:].]*\.(com|net|cn)/<a href=\x22&\x22>&<\/a>/g" *.txt复制代码
terse 当前离线
sed -r "s/(https?:\/\/)?[[:alnum:].]*\.(com|net|cn)/<a href=\x22&\x22>&<\/a>/g" a.txt复制代码