Wednesday, October 30, 2019

[Terminal] - Create file from the command line

If you need to create a file without content, just to test the write speed on USB Stick for example or SDCard, you can do it with this command:

mkfile -n 1000m no-content-1GB-file
1000m - the size of file  (value in mb)
no-content-1GB-file - the name of file