From 81529738494240a8bc3c47ddf445fef0760d04ca Mon Sep 17 00:00:00 2001 From: zhengsihua Date: Thu, 31 Jul 2014 20:06:44 +0800 Subject: [PATCH] [Translating] How to use awk command in Linux --- sources/tech/20140729 How to use awk command in Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20140729 How to use awk command in Linux.md b/sources/tech/20140729 How to use awk command in Linux.md index 99d48c7b7d..bcfc5d2880 100644 --- a/sources/tech/20140729 How to use awk command in Linux.md +++ b/sources/tech/20140729 How to use awk command in Linux.md @@ -1,3 +1,5 @@ +Translating------geekpi + How to use awk command in Linux ================================================================================ Text processing is at the heart of Unix. From pipes to the /proc subsystem, the "everything is a file" philosophy pervades the operating system and all of the tools built for it. Because of this, getting comfortable with text-processing is one of the most important skills for an aspiring Linux system administrator, or even any power user, and awk is one of the most powerful text-processing tools available outside general-purpose programming languages.