How can I write to the end of a disc such as dd would with a large seek quickly instead of reading/seeking to the end? Thanks! jlc
Joseph L. Casale wrote:> How can I write to the end of a disc such as dd would with a large seek > quickly instead of reading/seeking to the end? > > Thanks! > jlc > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >Use seek=bytes See man dd