If we need to execute a shell command on currently opened file in VIM, we can do following
  :%! sed G          Double space the entire file.
  :1,5! sed G        Double space the lines from 1-5.
Stern HPC moving to Slurm for scheduling
5 years ago