1
0
zfs-test/bin/create-test-setup/move-file
2024-01-28 09:53:36 -08:00

6 lines
130 B
Bash
Executable File

#!/bin/sh
dd if=/dev/urandom of=random\ 1M bs=1M count=1
zfs snap tank/test@first
mkdir subdir
mv random\ 1M subdir/new✨name-1M