13 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
| #
 | |
| # show that IFS is only applied to the result of expansions
 | |
| #
 | |
| ../bash ifs-test-1.sh > xx
 | |
| diff xx ./ifs.1.right
 | |
| 
 | |
| ../bash ifs-test-2.sh > xx
 | |
| diff xx ./ifs.2.right
 | |
| 
 | |
| ../bash ifs-test-3.sh > xx
 | |
| diff xx ./ifs.3.right
 | |
| 
 | |
| rm -f xx
 | 
