13 lines
		
	
	
	
		
			119 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			119 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| HISTFILE=foohist-$$
 | |
| unset HISTIGNORE HISTCONTROL
 | |
| set -o history
 | |
| 
 | |
| history -c
 | |
| cat <<!
 | |
| one
 | |
| two
 | |
| three
 | |
| !
 | |
| 
 | |
| history
 | |
| fc -s cat
 | 
