Write a shell script that will print a report that lists the users who are currently logged on by their full name.
The output of the script should be:
- a report and not just a listing:
The report might be created with awk but it should have a heading
- it should list both the userid and the person's full name (a person's fullname can be found in /etc/passwd file)
- each user's information should be on a separate line