mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			218 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			218 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| dirname - return the directory portion of a path
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```sh
 | |
| $ dirname [--zero] <path...>
 | |
| ```
 | |
| 
 | |
| ## Options
 | |
| 
 | |
| * `-z`, `--zero`: End each output line with \0, rather than \n
 | |
| 
 | |
| ## Arguments
 | |
| 
 | |
| * `path`: Path
 | |
| 
 | 
