Comment ouvrir un fichier texte (sous Windows 10) d'une taille d'environ 140 Go ?

Montrer le contenu original

0 user upvote it!

2 answers


Adny
You can divide it into smaller pieces and then read it,
You can divide it into smaller pieces and then read it,

Machine translated


1 like

rutus
If only a preview is needed, you can use Total Commander. The "Demo" version is enough.The F3 key opens a file preview - even if it is extremely large.If editing is needed, you can try Vim, for example (I immediately note that I have not tested it on such large files). In my opinion, it will not work for 140 GB. Attempting to edit something like this "manually" is a bad idea. It is easier to write a script that will make the necessary changes/find the interesting text.
If only a preview is needed, you can use Total Commander. The "Demo" version is enough.The F3 key opens a file preview - even if it is extremely large.If editing is needed, you can try Vim, for example (I immediately note that I have not tested it on such large files). In my opinion, it will not work for 140 GB. Attempting to edit something like this "manually" is a bad idea. It is easier to write a script that will make the necessary changes/find the interesting text.

Machine translated