summaryrefslogtreecommitdiffstats
path: root/c_pgms/truncate_write.c
Commit message (Collapse)AuthorAgeFilesLines
* c_pgms/truncte_write.c: program which creates a sparse file and writes at ↵Raghavendra Bhat2011-10-051-0/+156
some offset This program creats a file if it does not exist (filename given as an argument), opens it truncates it to the size mentioned in the argument (default 5GB), then writes some data to some offset. Thus in general creates a sparse file and write into it.