From 196c79dd3448a547b0cdcf905abdbcb451be39e7 Mon Sep 17 00:00:00 2001 From: runningwater Date: Mon, 30 Dec 2013 00:31:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E4=B8=AD=20by=20runningwater?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/How to open a large text file on Linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/How to open a large text file on Linux.md b/sources/How to open a large text file on Linux.md index 8c9d5f6912..891016f557 100644 --- a/sources/How to open a large text file on Linux.md +++ b/sources/How to open a large text file on Linux.md @@ -1,3 +1,4 @@ +(翻译中 by runningwater) How to open a large text file on Linux ================================================================================ In the era of "big data", large text files (GB or more) could be commonly encountered around us. Suppose you somehow need to search and edit one of those big text files by hand. Or you could be analyzing multi-GB log files manually for specific troubleshooting purposes. A typical text editor may not be designed to deal with such large text files efficiently, and may simply get choked while attempting to open a big file, due to insufficient memory. @@ -103,7 +104,7 @@ If you know any other way to open/edit a large text file on Linux, share your kn via: http://xmodulo.com/2013/12/open-large-text-file-linux.html -译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) +译者:[runningwater](https://github.com/runningwater) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出