Linux sed特殊符号转义 分类: sed input="http://aa:bbb@192.168.1.1/"escaped_input=$(echo "$input" | sed 's///\//g')echo ${escaped_input} 标签: none