> cat: write error: File to large
The GNU cat does support large files if it is running on a platform
which supports large files. Perhaps your version of cat was compiled
without large file support? You did not say which operating system
nor which version of cat you were using.
You can get rec
To whom it may concern,
I want to copy a 9GB File (*.tar.gz) to another Server, for this
purpose I split this File in pieces of 2GB, because >scp< can't copy
such large Files. After them I want to merge the five files to an
distination file with the original size of 9GB.
First I tried it in a si