From 112c43616bedd4213673c8f9c8e95b1ecd5412d1 Mon Sep 17 00:00:00 2001 From: ictlyh Date: Mon, 12 Jun 2017 17:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E5=9B=9E=E7=BF=BB=E8=AF=91=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ... Useful Tips for Writing Effective Bash Scripts in Linux.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/tech/20170519 10 Useful Tips for Writing Effective Bash Scripts in Linux.md b/sources/tech/20170519 10 Useful Tips for Writing Effective Bash Scripts in Linux.md index e54e47c77e..cfbdf90f28 100644 --- a/sources/tech/20170519 10 Useful Tips for Writing Effective Bash Scripts in Linux.md +++ b/sources/tech/20170519 10 Useful Tips for Writing Effective Bash Scripts in Linux.md @@ -1,7 +1,6 @@ -ictlyh Translating +ch-cn translating 10 Useful Tips for Writing Effective Bash Scripts in Linux ============================================================ -ch-cn translating [Shell scripting][4] is the easiest form of programming you can learn/do in Linux. More so, it is a required skill for [system administration for automating tasks][5], developing new simple utilities/tools just to mention but a few.