ฉันพยายามที่จะเปลี่ยนชื่อไฟล์ด้วยเครื่องหมายยัติภังค์ที่จุดเริ่มต้นของชื่อและทั้งสองนี้:
mv -example-file-name example-file-name
และนี่:
mv '-example-file-name' example-file-name
ผลลัพธ์:
mv: invalid option -- 'e'
mv *example-file-name example-file-name
มีปัญหาเดียวกันเพราะการขยายชื่อไฟล์ (AKA globbing) เกิดขึ้นก่อนที่จะmv
ถูกเรียกว่า