Palindrome


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Palindrome
# 1  
Old 04-01-2005
Palindrome

Hi,
Is there a way to check a word for a palindrome in Unix?
Thanks.
# 2  
Old 04-01-2005
Seems like homework.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Program to find palindrome from a file

hello i came up with this ..The problematic part that i am facing is in underline and bold format. exec<file while read line do set $line i=1 while do str=$i #problematic i want the positional parameter but here it takes integer value. p=1 q=`expr length $str` flag=1... (6 Replies)
Discussion started by: salman4u
6 Replies

2. Shell Programming and Scripting

check for a palindrome

how do i check whether an input string is a palindrome or not ? (1 Reply)
Discussion started by: doubtful
1 Replies
Login or Register to Ask a Question