Category:
Shell Script
Write a shell script to print 1 to 20 no’s in reverse and also calculate the sum of odd nos.
Aug 12, 2024
—
by
zeel
in
Loop Example
,
Shell Script
,
UNIX
Write a shell script to test the file is a executable file or not.
Aug 12, 2024
—
by
zeel
in
File related Program
,
Shell Script
,
UNIX
Write a shell script to enter records in a studentlist.txt file. The fields are Rollno, Name , Marks.
Aug 12, 2024
—
by
zeel
in
File related Program
,
Shell Script
,
UNIX
Write a shell script to validate the name of a person accepted through the keyboard so that it does not exceed 8 chars of length.
Aug 12, 2024
—
by
zeel
in
File related Program
,
Shell Script
,
UNIX
Write a shell script to check whether the given file is empty or not.
Aug 12, 2024
—
by
zeel
in
File related Program
,
Shell Script
,
UNIX
write a shell script to check enter character is digit , alphabet or special character using switch case.
Aug 12, 2024
—
by
zeel
in
File related Program
,
Shell Script
,
UNIX
write a shell script to search how much character in file.
Aug 12, 2024
—
by
zeel
in
File related Program
,
Shell Script
,
UNIX
Write a shell script to test the length of string is zero or not.
Aug 12, 2024
—
by
zeel
in
File related Program
,
Shell Script
,
UNIX
Write a shell script to enter the records in a file from keyboard and display the file. Make proper validation.
Aug 12, 2024
—
by
zeel
in
File related Program
,
Shell Script
,
UNIX
Write a shell script to check whether entered file exists or not.
Aug 12, 2024
—
by
zeel
in
File related Program
,
Shell Script
,
UNIX
Next Page
→