1
ตัวเลือก -d สำหรับการแยกผิดกฎหมายใน OS X 10.9
ฉันมี bash script ที่ทำงานบน Ubuntu แต่สำหรับ OS X 10.9 ฉันได้รับข้อผิดพลาดสำหรับคำสั่ง split: split -b 1000000 -a 3 -d $F $F && rm $F || { echo "Error: 'split' command not installed" ; exit 1 ; } split: illegal option -- d . ตามหน้าคนแยก-dคือ -d, --numeric-suffixes use numeric suffixes instead of alphabetic …