macOS mkfileコマンドを使って任意のサイズのファイルを作成する
環境
macOS 11.5.2
操作例
$ mkfile サイズ[b|k|m|g] ファイル名
# 5KBのファイルを作成する
$ mkfile 5k test.txt
# 2MBのファイルを作成する
$ mkfile 2m data.txt
# 1GBのファイルを作成する
$ mkfile 1g dmm.txt
# ファイルサイズを確認する
$ ls -lh
Coding Changes the World
環境
macOS 11.5.2
操作例
$ mkfile サイズ[b|k|m|g] ファイル名
# 5KBのファイルを作成する
$ mkfile 5k test.txt
# 2MBのファイルを作成する
$ mkfile 2m data.txt
# 1GBのファイルを作成する
$ mkfile 1g dmm.txt
# ファイルサイズを確認する
$ ls -lh