5 lines
		
	
	
	
		
			92 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
	
		
			92 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								for i in one two three; do echo $i; done
							 | 
						||
| 
								 | 
							
								/bin/sh -c 'echo this is $0'
							 | 
						||
| 
								 | 
							
								ls
							 | 
						||
| 
								 | 
							
								echo $BASH_VERSION
							 |