मेरे पास bash स्क्रिप्ट है जो उबंटू पर काम करती है लेकिन OS X 10.9 के लिए मुझे स्प्लिट कमांड के लिए त्रुटि मिलती है:
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
क्या इसके लिए वर्कअराउंड है?