When dealing with large files it is often useful to use commands like head
, tail
, to look at subsets of a file.
I'm wondering if there is a utility for editing subsets files? I just encountered a situation where I wanted to edit the first line of a file, and ended up loading the whole thing into vim
.