Saya memiliki skrip bash yang berfungsi pada Ubuntu tetapi untuk OS X 10.9 saya mendapatkan error untuk perintah split:
split -b 1000000 -a 3 -d $F $F && rm $F || { echo "Error: 'split' command not installed" ; exit 1 ; }
split: illegal option -- d .
Menurut halaman manual split, -d
adalah
-d, --numeric-suffixes
use numeric suffixes instead of alphabetic
Apakah ada solusi untuk ini?
macos
command-line
bash
mirt
sumber
sumber
brew install coreutils