mirror of
				https://github.com/flynx/proxmox-utils.git
				synced 2025-10-31 12:10:07 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			115 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			115 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | #!/bin/bash | ||
|  | 
 | ||
|  | cut -d " " -f 3,4 /var/lib/misc/dnsmasq.leases \ | ||
|  | 	| sort -t "." -k 4 -n \ | ||
|  | 	| sed 's/ /\t/;s/^/    /' | ||
|  | 
 |