The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
length of string silas.john UNIX for Dummies Questions & Answers 8 02-06-2008 04:22 PM
read string, check string length and cut ozzy80 Shell Programming and Scripting 9 03-21-2007 02:56 PM
sed problem - replacement string should be same length as matching string. amangeles Shell Programming and Scripting 4 01-11-2006 03:11 AM
String length in ksh ssgrpid Shell Programming and Scripting 4 08-03-2005 10:39 AM
length of string dilipluhar UNIX for Dummies Questions & Answers 2 06-28-2001 07:35 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 06-14-2006
Registered User
 

Join Date: Jun 2006
Posts: 5
How to count the string length

Please can anyone tell me, how to count the string length
Reply With Quote
Forum Sponsor
  #2  
Old 06-14-2006
vino's Avatar
Supporter (in vino veritas)
 

Join Date: Feb 2005
Location: Bangalore, India
Posts: 2,699
One way is to assign it to a variable. And then do ${#variable}. The other would be to traverse through the string and keep a count.
Reply With Quote
  #3  
Old 06-15-2006
grial's Avatar
El UNIX es como un toro
 

Join Date: Jun 2006
Location: Madrid (Spain)
Posts: 531
Another is using "wc" though I think it also couts "return char"...
For instance, in AIX with bash:
echo helo | wc -m
returns 5
echo -e "helo\c" | wc -m
returns 4
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 12:05 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0