Run Unix commands from within Vim

:shell :sh[ell] start a shell
:! :!{command} execute {command} with a shell

Comments