Skip to content

split(1) but streams each chunk to the provided command.

Notifications You must be signed in to change notification settings

bruth/stream-split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream Split

split but streams each chunk to the provided command.

stream-split -lines 500 data.txt -- wc -l

This will split up data.txt into 500 line chunks and execute wc -l for each chunk.

About

split(1) but streams each chunk to the provided command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published