mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:12:44 +00:00 
			
		
		
		
	 a5b9fb28c2
			
		
	
	
		a5b9fb28c2
		
	
	
	
	
		
			
			Most man pages don't have these, so removing them where they do exist makes things more consistent.
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			377 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			377 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| tree
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```sh
 | |
| $ tree [--all] [--only-directories] [--maximum-depth level] [directories...]
 | |
| ```
 | |
| 
 | |
| ## Options
 | |
| 
 | |
| * `-a`, `--all`: Show hidden files
 | |
| * `-d`, `--only-directories`: Show only directories
 | |
| * `-L level`, `--maximum-depth level`: Maximum depth of the tree
 | |
| 
 | |
| ## Arguments
 | |
| 
 | |
| * `directories`: Directories to print
 | |
| 
 | |
| <!-- Auto-generated through ArgsParser -->
 |