Kot z linii do linii

awk 'NR < 57890000 { next } { print } NR == 57890010 { exit }' /path/to/file
Tiago F2