怎么样:
$split -b 10 input.txt xxx/split-file
要么
$split -b 10 input.txt /tmp/split-file
只需在前缀规范中包含输出目录.请记住,必须事先创建该目录.
$split -b 10 input.txt xxx/split-file
要么
$split -b 10 input.txt /tmp/split-file
只需在前缀规范中包含输出目录.请记住,必须事先创建该目录.