README.md fileHere we recall very briefly why we use the shell environment and how normal operations are typically performed. These topics have already been covered in the previous term.
The shell allows you to interact with a computer without the need of a graphical user interface (GUI). This has three main advantages:
Important
It is essential to learn how to use the shell properly in order to understand and develop more advanced scientific computing tools.
nano for editing.Now that we know how to manipulate folder and files, we start our project by creating
README.md file to contain the project documentationTask 2: create the README.md file
Task 3: Inspect file contents
There are many ways to quickly inspect the contents of a file in bash.
Try the command head, tail and cat on your file and check their documentation to understand how they work.