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