From 7e32885f88c4efc99ce09d927bb19de56e614dda Mon Sep 17 00:00:00 2001 From: Lynne Williams Date: Sun, 17 Feb 2013 11:06:48 -0500 Subject: [PATCH] Update shell_cheatsheet.md --- shell_cheatsheet.md | 2 ++ 1 file changed, 2 insertions(+) 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 | |---------|---------------------------------------------------------------------------------------------------------------------------------| -- 2.26.2