vimtutor Lab Take the exercise and practice using vi. Once you have done that you should run "vimtutor" a few times and go through the vimtutor completely 3 times. Also practice editing files in vi. You should then be able to do the following in your home directory: grep vimtutor .bash_history >vimtutor_lab grep vi .bash_history >>vimtutor_lab The first one creates a file named vimtutor_lab in your home directory and puts the instances of vimtutor in it. The second command appends the times you have run vi in the file. I will be coming through and looking at your file's contents after the due date and see if you have been practicing vi and vimtutor. If you have run vi at least 20 times and vimtutor at least 3 times you will get full credit for the lab. Be SURE that your file is named exactly: vimtutor_lab because I write a shell script that checks for it automatically and the filename must be correct. Questions on vi should be directed to the discussion board.