From d0d6cef888a22a14e678584d37086308d7884854 Mon Sep 17 00:00:00 2001 From: geekpi Date: Mon, 16 Dec 2013 02:54:44 +0000 Subject: [PATCH] [Translating] 10 Useful Chaining Operators in Linux with Practical Examples --- ...ful Chaining Operators in Linux with Practical Examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/10 Useful Chaining Operators in Linux with Practical Examples.md b/sources/10 Useful Chaining Operators in Linux with Practical Examples.md index 9abf619aae..0abdaac406 100644 --- a/sources/10 Useful Chaining Operators in Linux with Practical Examples.md +++ b/sources/10 Useful Chaining Operators in Linux with Practical Examples.md @@ -1,3 +1,7 @@ +Translating-------------geekpi + + + 10 Useful Chaining Operators in Linux with Practical Examples ================================================================================ Chaining of Linux commands means, combining several commands and make them execute based upon the behaviour of operator used in between them. Chaining of commands in Linux, is something like you are writing [short shell scripts][1] at the shell itself, and executing them from the terminal directly. Chaining makes it possible to automate the process. Moreover, an unattended machine can function in a much systematic way with the help of chaining operators.