mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Convert a man page to pdf
 | 
						|
man -t bash | ps2pdf - bash.pdf
 | 
						|
 | 
						|
# View the ascii chart
 | 
						|
man 7 ascii
 |