mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:02:43 +00:00 
			
		
		
		
	 2266020bc0
			
		
	
	
		2266020bc0
		
	
	
	
	
		
			
			Sources: Eyes: https://www.x.org/releases/X11R7.6/doc/man/man1/xeyes.1.xhtml wc: FreeBSD manual.
		
			
				
	
	
	
	
		
			403 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			403 B
		
	
	
	
	
	
	
	
Name
wc - word, line, character, and byte count
Synopsis
$ 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