$ tail -1000 /some/file | vim -
The hyphen tells vim to open from STDOUT - saves having to create temporary files.
Diff your entire server config at ScriptRock.com
$ tail -1000 /some/file | vim -
Diff your entire server config at ScriptRock.com