3 lines
		
	
	
		
			188 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			3 lines
		
	
	
		
			188 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/bash
							 | 
						||
| 
								 | 
							
								df -h | awk '{ if ($6 == "/") printf "/: " $4; if ($6 == "/home") printf "  home: " $4; if ($6 == "/usr/local/share/music") printf "  music: " $4; }' > $HOME/.cache/free-space
							 |