Shell script - TechRepublic
General discussion
December 17, 2004 at 03:05 AM
slipknotsr

Shell script

by slipknotsr . Updated 21 years, 6 months ago

1.how to generate the following series ,1,3,2,4,3,5,4,6……100

2.how to write a shell script to check if a given string is palindrome or not (without reversing the string)

3.how to write a shell script to display the following pattern using while loop.
1
22
333
4444

This discussion is locked

All Comments