Files
LCA/create_test_file.sh

5 lines
130 B
Bash
Raw Permalink Normal View History

2026-03-20 00:25:31 -05:00
#!/bin/bash
head -c 10M /dev/urandom > test_data/$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 20 | head -n 1
).bin