Will need to investigate further Example: ``` dShell $ > "Hello world!" > test3.txt && "Goodbye world!" >> test3.txt dShell $ > cat test3.txt Goodbye world! ```