Files
LCA/create_test_file.sh

8 lines
155 B
Bash
Raw Normal View History

2026-03-20 00:25:31 -05:00
#!/bin/bash
2026-04-07 03:22:41 -05:00
mkdir -p ./test_data/
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
2026-03-20 00:25:31 -05:00
).bin