mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:42:44 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			437 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			437 B
		
	
	
	
	
	
	
	
Name
shuf - shuffle input lines randomly
Synopsis
$ shuf [--head-count count] [--repeat] [--zero-terminated] [file]
Options
- -n count,- --head-count count: Output at most "count" lines
- -r,- --repeat: Pick lines at random rather than shuffling. The program will continue indefinitely if no- -noption is specified
- -z,- --zero-terminated: Split input on \0, not newline
Arguments
- file: File
