# mkfile 
Mkfile is handy for...making files!

A great resource for that is [this site](http://osxdaily.com/2013/05/31/create-large-file-mac-os-x/) and here's an example I recently had to use:

## Make a big 20MB file of nothing

```
mkfile -n 20m big20meg.file
```

Adjust `20m` as needed.
