For the following exercises, open up your Terminal and try to solve the following tasks:
- Display the size (in bytes) of the file /etc/hostname.
- Display only the group names in the file /etc/group.
- Display the total number of lines in the file /etc/services.
- Display only the lines that contain the word "bash" in the file /etc/passwd.
- Display the output of the uptime command in all uppercase letters.