Ubuntu üzerinde çalışan bash komut dosyası var ama OS X 10.9 için split komut hatası alıyorum:
split -b 1000000 -a 3 -d $F $F && rm $F || { echo "Error: 'split' command not installed" ; exit 1 ; }
split: illegal option -- d .
Bölünmüş adam sayfasına göre -d
,
-d, --numeric-suffixes
use numeric suffixes instead of alphabetic
Bunun için bir çözüm var mı?