A form of redirection used in shell scripts. The >> operator is similar to the > operator except instead of overwriting an existing file it will append the data to the end.