- Learn Linux Quickly
- Ahmed AlKabary
- 66字
- 2021-06-11 18:43:47
Knowledge check
For the following exercises, open up your Terminal and try to solve the following tasks:
- Only view the first two lines of the file facts.txt.
- Only view the last line of the file facts.txt.
- Display the contents of the file facts.txt in a reversed order.
- Open the file facts.txt using the vi editor.
- Exit the vi editor and consider yourself one of the elites.