Greet User Based on Time

# Introduction In this challenge, we will create a script that greets the user based on the current time. We will use the `date` command to get the current time and then use `cut` and `tr` to extract the relevant information. We will also learn about bash configuration files and how to run a script as soon as we log-on to the system.

|60 : 00

Click the virtual machine below to start practicing