Answers for "file with a specific size in linux"

1

How to create a file with a given size in Linux?

dd if=/dev/zero of=upload_test bs=1M count=size_in_megabytes
Posted by: Guest on August-17-2021
6

linux command for file size

#Get file size of each folder
du -bsh *
Posted by: Guest on April-26-2020

Code answers related to "file with a specific size in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language