6 lines
		
	
	
		
			126 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			126 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
# ash once couldn't redirect above fd#9
 | 
						|
exec 1>/dev/null
 | 
						|
(echo LOST1 >&22) 22>&1
 | 
						|
(echo LOST2 >&22) 22>&1
 | 
						|
(echo OK >&22) 22>&2
 |