From 6fd3ee10f7bdaec9c68c77ecf4dcac691cc23d67 Mon Sep 17 00:00:00 2001 From: chenliang Date: Mon, 29 Oct 2018 02:45:59 +0800 Subject: [PATCH] translating by Flowsnow --- ...e a here documents to write data to a file in bash script.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20171116 How to use a here documents to write data to a file in bash script.md b/sources/tech/20171116 How to use a here documents to write data to a file in bash script.md index 12d15af78f..5fe31f92cf 100644 --- a/sources/tech/20171116 How to use a here documents to write data to a file in bash script.md +++ b/sources/tech/20171116 How to use a here documents to write data to a file in bash script.md @@ -1,3 +1,5 @@ +translating by Flowsnow + How to use a here documents to write data to a file in bash script ======