Help required in Shell Script - TechRepublic
Question
September 10, 2007 at 01:59 AM
homosapien2001

Help required in Shell Script

by homosapien2001 . Updated 16 years, 10 months ago

Shell script
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