mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:32:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			262 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			262 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| echo - print the given text
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| `echo text...`
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Print the given *text*, which is passed as argv, to the standard output,
 | |
| separating arguments with a space character.
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| $ echo hello friends!
 | |
| hello friends!
 | |
| ```
 | 
