Update shell_cheatsheet.md
authorLynne Williams <williams.lynne99@gmail.com>
Sun, 17 Feb 2013 16:06:48 +0000 (11:06 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 22:27:28 +0000 (15:27 -0700)
shell_cheatsheet.md

index 42d0084ba9fba3f5832feeb98a0a6134f6126454..97e0b4d8370462b199ac1d24c1a1d78565a840db 100644 (file)
@@ -60,6 +60,8 @@ text strings as arguments.
 See the cheatsheet on regular expressions for more "wildcard" shortcuts.
 
 ### b) How to redirect to a file and get input from a file ...
+Redirection operators can be used to redirect the ouput from a program from the display screen to a file where it is saved (or many other places too, like your printer or to another program where it can be used as input).
+
 
 | Command | Description                                                                                                                     |  
 |---------|---------------------------------------------------------------------------------------------------------------------------------|