| Refresh | Home EGTry.com

execute external command such as compile the current file


execute external command

 :!ls

execute external command, with the current file name as argument

 :!ls %

execute external command, and paste its output into the current file

 :r!ls