Comment on Why GNU grep is FastparentComments−jacquesm16ytail -c offset [input] | head -c lengthwill do the job.
Comments
tail -c offset [input] | head -c length
will do the job.