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.