5.6 Exercise |
- Open "/var/log/dmesg" with vi, then execute the following.
- Move cursor to right-down on screen using only "hjkl" key.
- Move the end of file using [Ctrl]+f.
- Move the beginning of file using [Ctrl]+b.
- Copy a line, and paste 5 times.
- Retrieve a string "Memory"
- Replace a string "BIOS" to "bios"
- Exit without saving using ":q!" command.