-chunked flag is Specify the maximum length of the file and save it in multiple files.
-chunked
▶ wc -l http.txt 2278 ▶ cat http.txt | gee -chunked 500 output