The pipe symbol is '|' (two vertical bars).  It is usually located
	above the backslash key.  A pipe sends what would have been screen
	output down a 'pipe' to another program.  This is another form of
	redirection of screen output. 
        Example:

cat myname.txt cal_2005.txt cal_1752.txt | more