2013年2月17日 星期日

[Bash][Sed] How to sed \n to \\n in txt


[Bash][Sed] How to sed \n to \\n in txt



Original="\\\n"

After="\\\\\\\n"



sed 's|'"$Original"'|'"$After"'|g'  -i ./$1


0 意見:

張貼留言