mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-03 15:31:50 +02:00
7 lines
164 B
Text
7 lines
164 B
Text
|
|
# A big file 714MB
|
|
dd if=/dev/zero of=pate714M bs=1M count=714
|
|
# post it to big1 user
|
|
echo Aie aie aie | mutt -s '1 GB dans ta face !' -a pate714M -- big1
|
|
|
|
# ok ?
|