Introduction to Linux in HPC/The vim text editor
Introduction to Linux in HPC/The vim text editor /
Jump to navigation
Jump to search
Revision as of 17:28, 21 October 2020 by Mukund-pondkule-6a11@uni-paderborn.de (talk | contribs)
HPC.NRW | |
---|---|
Other HPC Courses | |
GPU | Introduction to GPU Programming |
GPROF | Gprof Tutorial |
Introduction to Linux in HPC | |
1. | Historical Background |
2. | The Command Line |
3. | Directory structure |
4. | Files |
5. | Text display search |
6. | Processes and permissions |
7. | The vim text editor |
8. | Shell scripting environment variables |
9. | System configuration files |
10. | Various tips |
11. | Beyond the cluster |
12. | Linux in HPC |
12. | SSH Login
|
Video
Quiz
1. How to enter the insert mode of
vim
?
2. How would you open a file in read-only mode using the
Hint: In terminal
vim
editor? Hint: In terminal
man vim
Info: | If you forget in which mode you are in while using vim, just keep pressing Esc. |
Exercises in Terminal (slide 100)
1. Create a vim file and write some text in it with insert (pressing i
) and than undo and redo the changes.
Answer: |
|