Answers for "file size linux in bytes"

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
-2

print file size in mb linux

ls -ltrh #acceding with time here
Posted by: Guest on April-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language