Pádraig Brady <[EMAIL PROTECTED]> writes: > A better option I think is to use O_DIRECT, but again > portability is going to be the issue here.
Shouldn't be a problem. shred already uses O_DIRECT if available. On Solaris, it uses directio(), for the same reason. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
