From: Lynne Williams Date: Sun, 17 Feb 2013 16:06:48 +0000 (-0500) Subject: Update shell_cheatsheet.md X-Git-Url: http://git.tremily.us/?p=swc-modular-shell.git;a=commitdiff_plain;h=7e32885f88c4efc99ce09d927bb19de56e614dda Update shell_cheatsheet.md --- diff --git a/shell_cheatsheet.md b/shell_cheatsheet.md index 42d0084..97e0b4d 100644 --- a/shell_cheatsheet.md +++ b/shell_cheatsheet.md @@ -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 | |---------|---------------------------------------------------------------------------------------------------------------------------------|