LoginSignup
1
2

More than 5 years have passed since last update.

Macでファイルを分割する

Last updated at Posted at 2017-04-28

Macでファイルを分割する方法

split / cat コマンドの使用

1. ファイルの分割

split -b 分割したいデータ容量 分割するファイル名 分割後のファイル名

2. ファイルの結合

cat 分割後のファイル名.* > 結合後のファイル名
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2