1
0
Fork 0
zfs-test/bin/create-test-setup/move-file

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