September 2009
Beginner
942 pages
85h 34m
English
!
[address] !command
Execute Unix command in a shell. If address is specified, use the lines contained in address as standard input to command, and replace the lines with the output and error output. (This is called filtering the text through the command.)
:!ls List files in the current directory :11,20!sort -f Sort lines 11-20 of current file