Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Remove substring
Name: khanati Date: August 6, 2004 at 13:30:46 Pacific OS: Linux CPU/Ram: 256
Comment:
Hi All:
I have a string: TString str = "branch__leaf"
i want to copy the part before __ in str1 and copy the part after __ in str2. How can i do that. i am using TString.
Summary: Hi! I need to create a awk script to remove 2 form feed marks from the beginning of the file. To make sure it will not print 2 empty pages. I cannot make it work. The output will be putting all form f...
Summary: From the script I want to read a substring from the file. Could any one tell me how to do that. I have file containg data in following formate #1234 bcd #2341 asd ...... Script should recreate a file...
Summary: I look for the Unix command that remove the files from the current directory which are more than 7 days old. Could you help me. Thanks in advance ...