1) Navigate to the Lab03
directory.
$ cd
$ cd IntroToLinuxHPC/Lab03
2) Open up the file called tutorial.txt
and follow the instructions within.
$ vim tutorial.txt
# Practice basic commands within until you feel comfortable
3) Create a new file called my_name.txt
, write your name within the file, save and quit, then print the contents of the file to screen.
$ vim my_name.txt
> 'i' to enter insert mode, type your name, press <Esc>, press :wq
$ cat my_name.txt