|
|
|
|
|
by werid
812 days ago
|
|
i've filled up an zfs array to the point where i could not delete files. the trick is to truncate a large enough files, or enough small files, to zero. not sure if this is a universal shell trick, but worked on those i tried: "> filename" |
|
Since then I memorized this: `cat /dev/null >! filename`, and it has worked on systems with zsh and bash.