ฉันพยายามทำเช่นนั้นด้วยการส่งออกและตั้งค่า env แต่มันไม่ทำงาน ทำอย่างไร?
ตัวอย่างเช่น
~/directory$ export a.home=1
bash: export: `a.home=1': not a valid identifier
ฉันพยายามทำเช่นนั้นด้วยการส่งออกและตั้งค่า env แต่มันไม่ทำงาน ทำอย่างไร?
ตัวอย่างเช่น
~/directory$ export a.home=1
bash: export: `a.home=1': not a valid identifier
คำตอบ:
จุดไม่ใช่อักขระที่ถูกต้องในตัวระบุเชลล์
ดังนั้นคำตอบคือ "คุณไม่สามารถทำสิ่งที่คุณถาม":
name A word consisting only of alphanumeric characters and under- scores, and beginning with an alphabetic character or an under- score. Also referred to as an identifier.
ที่จริงเพื่อนร่วมงานคนหนึ่งเพิ่งถามฉันและฉันพบวิธีแก้ไขปัญหาการใช้งาน
env var.with.dots=value command