mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			318 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			318 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| checksum - helper program for calculating checksums
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| `$ md5sum <file>`
 | |
| `$ sha1sum <file>`
 | |
| `$ sha256sum <file>`
 | |
| `$ sha512sum <file>`
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| This program calculates and print specified checksum of files. It cannot be run directly, only
 | |
| as `md5sum`, `sha1sum`, `sha256sum` or `sha512sum`.
 | 
