9. case with User SelectionWrite a Bash script that provides a simple menu with options to display the current date, list files in the current directory, or display the current user. Implement this u…
8. if-else with File ChecksWrite a Bash script that checks if a file exists and whether it is a directory or a regular file. Print an appropriate message for each case.
1. Simple if-else StatementWrite a Bash script that takes a number as input and checks if the number is positive, negative, or zero. Print the appropriate message.