j
k
j a
j l
Tom Brown wrote:
# ls -al foo.txt -r--r--r-- 1 xxx xxx 1373149856 Mar 28 04:34 foo.txt # du -sh foo.txt 808M foo.txt
# ls -al foo.txt -r--r--r-- 1 xxx xxx 1373149856 Mar 28 04:34 foo.txt
# du -sh foo.txt 808M foo.txt
"man du", search for "--apparent-size". Your file seems to be a sparse file with "holes" in it.
Cheers,
Ralph
Attachments:
Back to the thread
Back to the list