mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:32:43 +00:00 
			
		
		
		
	 2266020bc0
			
		
	
	
		2266020bc0
		
	
	
	
	
		
			
			Sources: Eyes: https://www.x.org/releases/X11R7.6/doc/man/man1/xeyes.1.xhtml wc: FreeBSD manual.
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			403 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			403 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| wc - word, line, character, and byte count
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```sh
 | |
| $ wc [--lines] [--bytes] [--words] [file...]
 | |
| ```
 | |
| 
 | |
| ## Options:
 | |
| 
 | |
| * `--help`: Display help message and exit
 | |
| * `--version`: Print version
 | |
| * `-l`, `--lines`: Output line count
 | |
| * `-c`, `--bytes`: Output byte count
 | |
| * `-w`, `--words`: Output word count
 | |
| 
 | |
| ## Arguments:
 | |
| 
 | |
| * `file`: File to process
 | |
| 
 | |
| <!-- Auto-generated through ArgsParser -->
 |