Using Split function to create multiple files from a *.jsonl.gz file in UNIX

Viewed 14

I have a huge zipped file with [.gz extension, size 5gb] while i use the split function in UNIX. It is creating file in binary format where as original file was having json files in each line [jsonl].

While i try to read these files programmatically i am getting unexpected symbol since split function has not generated the files in proper format. Can someone assist please

0 Answers
Related