The UNIX IO redirection concept is fundamental to many of the things that you can do with UNIX, and it is quite a well-developed idea. Check this tip to know more on this
Redirecting is used in many shell scripts, it is a simple and conventient mechanism to sending output to any file without the programmer having to add code for handling command line instructions, and it is the UNIX way of doing things.
Click here to know more...!











