Bang
You can call an external process with :! {process}.
For example:
:!ls
:!git st
You can combine this feature with the :r (read in feature) to read
in to the file the output of an external process like the unix utility date.
:r ! date