11 lines
		
	
	
		
			176 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			176 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
#filename=$1
 | 
						|
#filesize=$(du -h "$1")
 | 
						|
 | 
						|
#geometry=$(identify -format '%wx%h' "$1")
 | 
						|
 | 
						|
#tags=$(exiv2 -q pr -pi "$1" | awk '$1~"Keywords" {print $4","}')
 | 
						|
#tags=${tags%,}
 | 
						|
 |