stdin, stdout, stderr
Redirection #
Write (or overwrite) stdout to file:
thing > placeAppend stdout to file:
thing >> placeWrite/append errors to a file:
thing 2> or 2>> placeWrite (or overwrite) stdout to file:
thing > placeAppend stdout to file:
thing >> placeWrite/append errors to a file:
thing 2> or 2>> place