lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I attached the commands I ran by hand during creation.
This generates a 3GB file which is enough already to see a difference.

dd if=/dev/urandom of=temp1 bs=1M count=1024
cat temp1 >> testfile
echo "boundary" >> testfile
cat temp1 >> testfile
echo "boundary" >> testfile
cat temp1 >> testfile
rm temp1

On 11.07.22 17:47, Hugo Musso Gualandi wrote:

Whilst testing with a file generated from /dev/urandom and some boundary
sprinkled in...


Hi Tristan,

It might be easier for people to test the problem if they have the input
file you used. Since it's too big to send via e-mail, perhaps you could
provide a small script that generates from /dev/urandom?

-- Hugo