To make a file of 10mb size

ARUN Post in LINUX COMMANDS
0

dd if=/dev/zero of=testfile_10MB bs=10485760 count=1

OR

seq 10 600000 >> file1.txt         > create a 4MB file

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.