Showing posts with the label unix

Write script to print current date and time

Write script to print current date and time #! /bin/bash year = 'date +%…

Write a shell script that will read a file name and check pattern exist and if exist then count total no of words

Write a shell script  that will read a file name and pattern from the command l…

Write a shell script that will read 2 number from command line and display even number between these two

code:- echo " enter two numbers " read a b if ( ( $a % 2 = = …

Write a Script to validate the name of person accepted through keyboard so that it doesn't exceed 10 character of length

Write a Script to validate the name of person accepted through keyboard so tha…

Unix Exercises, Practice, Solution

UNIX is an operating system which was first developed in the 1960s, and has bee…

Write a shell script that takes your name as input and display

Write a shell script that takes your name as  input and display script:- read n…

Top 50 Unix Interview Questions & Answers

Top 50 Unix Interview Questions & Answers Commands To delete all special ch…

Load More That is All