[Toybox] [PATCH] Implement `file -`.

Alain Toussaint alain at vocatus.pub
Fri May 4 12:53:57 PDT 2018


> But if we copy /dev/zero to a temp file we'll fill the hard drive...


Not necessarily so: dd if=/dev/zero of=file.img bs=64M count=1 conv=fsync status=progress

This file would end up 64 megabyte in size.

Alain



More information about the Toybox mailing list