5 lines
		
	
	
		
			86 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			86 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/begin/,/end/ {
 | 
						|
  /begin/n # skip over the line that has "begin" on it
 | 
						|
  s/old/new/
 | 
						|
}
 |