1.
Write a shell script to display the current date, time,
username, and present working directory.
2. Write a shell script to generate the Fibonacci series up to n
terms.
3. Write a shell script to check whether a given string is a
palindrome.
4. Write a shell script to count the number of lines, words, and
characters in a file.
5. Write a shell script to check whether a file or directory exists.
6. Write a shell script to implement a simple menu-driven
program (e.g., file operations like create,
delete, copy, move).