Shall Scripts

/* Reverse Of a String */

20/10/2010 12:29
echo "Enter a String" read...

/* Convert .C file to .old */

20/10/2010 12:39
for  file in...

/* Palindrome or not */

20/10/2010 12:58
echo "enter a string" read...

/* Factorial Value */

20/10/2010 13:15
echo "Enter a no..:" read n i...

/* Multiplication table */

20/10/2010 13:32
echo "Enter a no..: " read...

/* Square of a no. */

20/10/2010 13:39
echo "Enter a no...:" read...

/* The Cube of a no. */

20/10/2010 13:44
echo "Enter a no...:" read...

/* Fibonacci Series */

20/10/2010 13:49
echo "Enter How many...

Done by Aarya