5 lines
		
	
	
		
			99 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			99 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
echo 'test\
 | 
						|
best' | (read reply; echo "$reply")
 | 
						|
echo 'test\
 | 
						|
best' | (read -r reply; echo "$reply")
 |