From the course: Learning Vim

Challenge: Create command - vi Tutorial

From the course: Learning Vim

Challenge: Create command

- [Instructor] Create a wc command that will call the command-line tool wc on the current file. Note, the wc is available only on Mac and Linux. You will need to install it on Windows. Try it on sherlock.txt.

Contents