> Is there a shell command which can truncate a file to the given number > of bytes? It would need to work with large files (i.e. >> 2GB).
Have a look at "split". Andre
> Is there a shell command which can truncate a file to the given number > of bytes? It would need to work with large files (i.e. >> 2GB).
Have a look at "split". Andre