ฉันพยายามแทนที่ข้อความในไฟล์ด้วยค่าในตัวแปรโดยใช้sed
:
file=1601001000100000003_0003_0_E_2011-11-21_16-52-16.db
sed -i "s/yyyy/$file" tempsbchg.sh
แต่sed
กลับ:
sed: -e expression #1, char 58: unterminated `s' command
ฉันได้ลองด้วย:
sed -i "s/yyyy/${file}" tempsbchg.sh