![]() |
|
|
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 |
| Search, replace string in file1 with string from (lookup table) file2? | gstuart | Shell Programming and Scripting | 9 | 06-08-2009 07:11 AM |
| Extracting a string from one file and searching the same string in other files | mohancrr | Shell Programming and Scripting | 1 | 09-19-2007 04:17 AM |
| appending string to text file based on search string | malaymaru | Shell Programming and Scripting | 1 | 06-09-2006 09:53 AM |
| sed problem - replacement string should be same length as matching string. | amangeles | Shell Programming and Scripting | 4 | 01-11-2006 06:11 AM |
| Time & Date Manupulations | vanand420 | Shell Programming and Scripting | 16 | 08-09-2005 05:13 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
String manupulations...
hiii
i need help with the string operations.i need to know how do we.. 1.Copy a string s1 to string s0, then append string s2 to it. 2.Replace all occurrences of substring s2 with another substring s3 in the given string s1.here the lengths of s2 and s3 may not always be equal. 3.Locate the last occurrence of a substring s2(length is not always 1,may be 0 or more than one also..) in string s1. 4.Replace character escape sequences with their "C" values in a given string 5.Remove all the whitespaces in a string(like a=" nh lk " |
|
||||
|
homework questions...
heh, sometimes, answers to "homework questions" could be very useful to others...
does working at home and having questions fall under the "no homework" rules...? ;- Last edited by Neo; 12-20-2007 at 08:05 PM.. Reason: Removed Email and Banned User |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|