split
- v.
- 関
- cleavage、cleave、contingency、disrupt、disruption、divide、division、fission、fractionate、fractionation、fragmentation、mince、parcellated、part、parted、partition、resolution
PHP
- 使用は推奨されていない。
- array split ( string $pattern , string $string [, int $limit = -1 ] )
- explode:推奨
linux
- ファイルを分割
- split -b 512k target_file splited_file
- split -b 500m target_file splited_file
- ファイルを結合 → cat