mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-30 23:52:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			342 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			342 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| open - open file or URL
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ open <file-or-url...>
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Open the given file(s), or the given URL(s), in the standard viewer for that
 | |
| kind of file. For non-file URLs, open the URL in the Browser.
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| $ open http://serenityos.org http://example.org
 | |
| $ open /proc
 | |
| $ open /etc/fstab
 | |
| ```
 | 
