#!/bin/bash SIZE=$RANDOM dd if=/dev/urandom of=rnd.txt bs=1 count=$SIZE