From 230c7952086a9e9c59b13927e3acf794ad175a22 Mon Sep 17 00:00:00 2001 From: LuMing <784315443@qq.com> Date: Sat, 25 Aug 2018 23:25:29 +0800 Subject: [PATCH] Translated --- ...0819 How to define and use functions in Linux Shell Script.md | 1 - 1 file changed, 1 deletion(-) diff --git a/translated/tech/20180819 How to define and use functions in Linux Shell Script.md b/translated/tech/20180819 How to define and use functions in Linux Shell Script.md index 1aecb2a594..0d58e77c34 100644 --- a/translated/tech/20180819 How to define and use functions in Linux Shell Script.md +++ b/translated/tech/20180819 How to define and use functions in Linux Shell Script.md @@ -1,4 +1,3 @@ -How to define and use functions in Linux Shell Script 如何在 Linux Shell 脚本中定义和使用函数 ====== 函数是一段可复用的代码。我们通常把重复的代码放进函数中并且在不同的地方去调用它。库是函数的集合。我们可以在库中定义经常使用的函数,这样其他脚本便可以不再重复代码而使用这些函数。