简体   繁体   中英

How merge too big .txt files in only one?

I have 7 files (approximately 4.7 GB each one) and I want to merge them into a single file.

I tried:

$ cat file1 file2 file3 ... > NewFile.txt

and I got this:

cat: stdout: File too large

"File too large" is a common error when trying to work with files greater than 4GB on a Fat32 filesystem.

If you're trying to combine the files on a Fat32 filesystem, you're going to have to need to combine them on a different drive formatted to exFat or NTFS (or for linux ex2/3/4).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM