I want to join (concatenate) two files in Linux without using space in the filesystem. Can I do this?
A + B = AB
The file AB
use sectors or fragments of A
and B
from the filesystem. Is it possible to do this?
Could I use gparted
to recognize AB
as a new file without copying two files (which is a slow process)?