From 3e3543ad84824a7684ebb75023f4371533738a78 Mon Sep 17 00:00:00 2001 From: range Date: Thu, 28 Jul 2016 09:41:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...Variables, Numeric Expressions and Assignment Operators.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/tech/awk/20160714 Part 8 - Learn How to Use Awk Variables, Numeric Expressions and Assignment Operators.md b/sources/tech/awk/20160714 Part 8 - Learn How to Use Awk Variables, Numeric Expressions and Assignment Operators.md index be536df74f..d7cfd4c064 100644 --- a/sources/tech/awk/20160714 Part 8 - Learn How to Use Awk Variables, Numeric Expressions and Assignment Operators.md +++ b/sources/tech/awk/20160714 Part 8 - Learn How to Use Awk Variables, Numeric Expressions and Assignment Operators.md @@ -1,4 +1,8 @@ +vim-kakali translating + + Learn How to Use Awk Variables, Numeric Expressions and Assignment Operators – part8 + ======================================================================================= The [Awk command series][1] is getting exciting I believe, in the previous seven parts, we walked through some fundamentals of Awk that you need to master to enable you perform some basic text or string filtering in Linux.