Commit Graph

2 Commits

Author SHA1 Message Date
prashant
98353e2c03 typo - corrected 1MB to 10MB (#29416)
first command creates file with size of 10MB and not 1MB 
:~/prashant/test$ dd if=/dev/zero of=file_name.txt bs=1024k count=10
10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0.00991439 s, 1.1 GB/s
:~/prashant/test$ du -h file_name.txt
10M     file_name.txt
:~/prashant/test$
2019-04-09 14:17:45 +05:30
Tim Windhorst
a2470e8544 Renamed /create-file-with-sepcific-size to /create-file-with-specific-size (#23838) 2018-10-20 23:34:11 -07:00