![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem, with if condition in function | gurukottur | Shell Programming and Scripting | 4 | 04-24-2008 03:57 PM |
| Problem with function script. | gzs553 | Shell Programming and Scripting | 3 | 04-21-2008 04:15 PM |
| Problem with Recursive function | malle | Shell Programming and Scripting | 4 | 02-03-2007 10:40 AM |
| PERL function problem | avadhani | Shell Programming and Scripting | 2 | 06-15-2005 05:18 AM |
| Problems with Strlen | ACeD | High Level Programming | 5 | 02-28-2002 05:53 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Problem with the strlen function in ksh
Hello,
Just a little problem with the ksh function : strlen I want to use this function in this little ksh program : while read line ; do TOTO=$line TOTONB=strlen($TOTO) echo $TOTONB |
|
||||
|
Problem with the strlen function in ksh
Hello,
Just a little problem with the ksh function in this program while read line ; do TOTO=$line TOTONB=strlen ($TOTO) echo $TOTONB echo $line done So i have no value return in TOTONB , so i think that strlen don't work correctly . The doc don't give me any explications to avance in my problem. I also test with the following lines : TOTONB=$(strlen($TOTO)) --> don't work TOTONB=strlen[$TOTO] --> don't work Have anyone the good syntax or a explication for this problem Thanks a lot... |
|
||||
|
strlen in ksh
Hello,
Your command is fun , it's run . A have read a lot of documentation of the strlen function (all in C)and nowhere it's write that this function is not available in ksh. Thanks a lot for your help... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|