From 0df7fc26aacc6d174a9fc6becfbbb1dcef591be7 Mon Sep 17 00:00:00 2001 From: Jamkr Date: Mon, 26 Nov 2018 23:56:25 +0800 Subject: [PATCH] [Translating] 20181121 Coupled commands with control operators in Bash --- .../20181121 Coupled commands with control operators in Bash.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20181121 Coupled commands with control operators in Bash.md b/sources/tech/20181121 Coupled commands with control operators in Bash.md index 8ddeb3489b..b599dc64af 100644 --- a/sources/tech/20181121 Coupled commands with control operators in Bash.md +++ b/sources/tech/20181121 Coupled commands with control operators in Bash.md @@ -1,3 +1,5 @@ +Translating by Jamskr + Coupled commands with control operators in Bash ====== Add logic to the command line with control operators in compound commands.