Vim What?Commands!
!

The ! command in Vim

Operator

external filter

Filter {motion} lines through an external shell command. The selected lines are replaced with the command's output. !! filters the current line.
Examples

Reference

Official Vim help for !

Learn every Vim command visually — right in your browser.

Add Vim What? to Chrome — Free

Also on Firefox.

Related operators