Home » Unix » shell script » Unix shell script from basic to advance

Unix shell script from basic to advance

  1. Write a shell script to check the entered no is palindrome or not.
  2. Write a shell script to test that the file is a readable file or not.
  3. Write shell script to list, copy & rename file using select case.
  4. Write a shell script to check whether entered file exists or not.
  5. Write a shell script to enter the records in a file from keyboard and display the file. Make proper validation.
  6. Write a shell script to test the length of string is zero or not.
  7. Write a shell script to print 1 to 20 no’s in reverse and also calculate the sum of odd nos.
  8. Write a shell script to test the file is a executable file or not.
  9. Write a shell script to enter records in a studentlist.txt file. The fields are Rollno, Name , Marks.
  10. Write a shell script to check whether an inputed number is Harshad number or not.
  11. write a shell script for number system[Binary,Decimal,Octal,Hexadecimal].
  12. Menu-driven Script to manage all files in current directory Task: create a new empty files , Display the first 100 lines of a file , Delete a file, quit.
  13. Head Tail Menu-driven.
  14. write a script to Displays the length of the string ,Checks if the string is a palindrome and Finds the total number of vowels in the string
  15. Write a Script to sum of 10 entered number.

Leave a comment

Your email address will not be published. Required fields are marked *