From cf9353fbd654dc9af443173d7577c367aa4fc81c Mon Sep 17 00:00:00 2001 From: zhengsihua Date: Sun, 24 Aug 2014 15:31:13 +0800 Subject: [PATCH] =?UTF-8?q?[Translating]=2015=20Practical=20Examples=20of?= =?UTF-8?q?=20=E2=80=98echo=E2=80=99=20command=20in=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...0140822 15 Practical Examples of 'echo' command in Linux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sources/tech/20140822 15 Practical Examples of 'echo' command in Linux.md b/sources/tech/20140822 15 Practical Examples of 'echo' command in Linux.md index f23c2cff84..c660812622 100644 --- a/sources/tech/20140822 15 Practical Examples of 'echo' command in Linux.md +++ b/sources/tech/20140822 15 Practical Examples of 'echo' command in Linux.md @@ -1,3 +1,6 @@ +Translating-----------geekpi + + 15 Practical Examples of ‘echo’ command in Linux ================================================================================ **echo** is one of the most commonly and widely used built-in command for Linux bash and C shells, that typically used in scripting language and batch files to display a line of text/string on standard output or a file.