![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to replace any char with newline char. | mightysam | Shell Programming and Scripting | 5 | 09-18-2008 05:15 PM |
| char c = 882 | useless79 | High Level Programming | 1 | 07-30-2007 02:16 AM |
| char *p and char p[]. | arunviswanath | High Level Programming | 4 | 07-19-2006 11:11 PM |
| Convert Char to Dec using AWK | jasmine05 | Shell Programming and Scripting | 4 | 06-09-2005 12:50 AM |
| \n char in C | C|[anti-trust] | High Level Programming | 1 | 05-05-2005 03:15 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to convert char to num or visa versa
i am a beginner how to do it can someone guide me please |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Ususally in a script you don't need to.
|
|
#3
|
||||
|
||||
|
if you are speaking of "C" there you have functions
itoa and atoi to do the conversion |
||||
| Google The UNIX and Linux Forums |