From 52f3d26ead6e7a86a05e39f9b2b973b61e2d855e Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 1 May 2022 14:08:46 -0700 Subject: [PATCH] copied table 3.1 from unix programming environment book --- shell_metacharacters.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 shell_metacharacters.txt diff --git a/shell_metacharacters.txt b/shell_metacharacters.txt new file mode 100644 index 00000000..85992dde --- /dev/null +++ b/shell_metacharacters.txt @@ -0,0 +1,27 @@ +Taken from the Unix Programming Environment by Brian Kernighan and Rob Pike (pg. 76): + +____________________ Table 3.1: Shell Metacharacters ___________________ + +> prog >file direct standard output to file +>> prog >>file append standard output to file +< prog