0
votes

I have a large csv file with about 15 million rows. How do i remove the very last row of the file using chunks?

Or, do i have to read the file, can i go directly to it and remove the row?

Thanks

Does this answer your question? Remove the last line from a file in Bash - derpirscher
Does this answer your question? stackoverflow.com/questions/1877999/… - derpirscher