Answer the question
In order to leave comments, you need to log in
There are several large text files, how to merge them if there is no more free space left?
There are several large text files. They need to be combined into one, but there is no more space left on the hard disk, that is, it cat *.txt > all.txt
does not fit. How to solve this problem? Maybe there are some special snails for this?
Answer the question
In order to leave comments, you need to log in
everything is correct as you wrote.
cat.
but not to a new text file - but to transfer it to the archiver.
text files are compressed very, very well, maybe 20 times compressed.
then delete the originals.
and unzip.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question