Append symbol
Another name for the greater than ( > ) symbol when referring to a command in a command line environment such as MS-DOS or Linux. For example, in the below example the append symbol is between the command and the output file that stores the output.
dir > dirout.txt
In this example instead of outputting the results of the dir command to the screen all output would be stored in the dirout.txt file.
Also see: Append, Greater than, Symbol
