[Translating] How to use awk command in Linux

This commit is contained in:
zhengsihua 2014-07-31 20:06:44 +08:00
parent 14cc9a6cfa
commit 8152973849

View File

@ -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.