Introduction to Unix Homework 7 For the following problems, turn in the code of your shell scripts and the output from running the shell scripts. 1. Write a Bash shell script which uses the following utilities to display information (date, whoami, pwd, echo). Before each piece of information is displayed, print a heading similar to below. Todays date is: My login name is: My home directory is: My current directory is: 2. Write a Bash shell script program that takes a login name as an argument and outputs the home directory of the user.