What is the role of the pipe character in a Linux command line operation?
To execute a command in the background
To overwrite the content of a file with the output of a command
To append the output of a command to the end of a file
To redirect the output of one command to the input of another command