# sed.sh:
MV File file.tmp
# Modify file.tmp content, then output to File
SED 'S / 2/3 /' File.TMP> File
# 除 临 临 file.tmp
Rm -f file.tmp
# Replace "2" in the file file into "3".