# サイズを指定してファイル作成
ruby -e "1.upto(9){ |n| @f=%{ #{n}k.txt }; %x{ del #@f }; %x{ fsutil file createnew #@f #{n*1024} } }"
# ファイルのサイズを0にする
ruby -e "Dir[ %{./*.txt} ].map{ |e| File.truncate(e, 0) }"
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme