Hey,
I just reflected over why a directory structure can't "complete" an
already existing, equally built, directory structure.
Example:
dir1
-> subdir1
-> file 1,2,3,4
-> subdir2
-> file 1,2,3,4
dir2
-> subdir1
-> file 1,2,3,4
-> subdir2
-> file 1,2,3,4
I can't seem to
Hi. I think there's a bug in the 'du' utility in fileutils-4.1.
du -b is supposed to report the size of the file in bytes.
The observed behavior is that du -b reports the size rounded
up to the nearest multiple of 1024, however:
venice[ /venice/cradle ]% ls -l file.dat
-rw-rw-r-- 1 cr