From 171bf88fb44930c46b65487bc9658b5792e2442a Mon Sep 17 00:00:00 2001 From: DarkSun Date: Sat, 26 Oct 2019 01:02:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E9=A2=98:=2020191022=20How=20to=20pro?= =?UTF-8?q?gram=20with=20Bash:=20Logical=20operators=20and=20shell=20expan?= =?UTF-8?q?sions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sources/tech/20191022 How to program with Bash- Logical operators and shell expansions.md --- ...ogram with Bash- Logical operators and shell expansions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/tech/20191022 How to program with Bash- Logical operators and shell expansions.md b/sources/tech/20191022 How to program with Bash- Logical operators and shell expansions.md index 2d92d9a66c..024af38122 100644 --- a/sources/tech/20191022 How to program with Bash- Logical operators and shell expansions.md +++ b/sources/tech/20191022 How to program with Bash- Logical operators and shell expansions.md @@ -4,7 +4,7 @@ [#]: publisher: ( ) [#]: url: ( ) [#]: subject: (How to program with Bash: Logical operators and shell expansions) -[#]: via: (https://opensource.com/article/19/10/programming-bash-part-2) +[#]: via: (https://opensource.com/article/19/10/programming-bash-logical-operators-shell-expansions) [#]: author: (David Both https://opensource.com/users/dboth) How to program with Bash: Logical operators and shell expansions @@ -482,7 +482,7 @@ The third article in this series will explore the use of loops for performing va -------------------------------------------------------------------------------- -via: https://opensource.com/article/19/10/programming-bash-part-2 +via: https://opensource.com/article/19/10/programming-bash-logical-operators-shell-expansions 作者:[David Both][a] 选题:[lujun9972][b]