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.
need help with extracting text blocks in unix
Name: Hennig Date: July 17, 2009 at 01:03:22 Pacific OS: UNIX Subcategory: General
Comment:
Hello,
I have a little problem. In a textfile I have something like this:
user1: parameter1 = value
user2: parameter1 = value parameter2 = value parameter4 = value
user3: parameter2= value parameter3 = value
(the length of the user-name and parameter-name is different)
Now I want to extract the parmeters and values for each user block. So I can say wich user has wich parameter.
Summary: I need help with an algorithm that I can't seem to get my head around. I have come up with a couple of solutions, all of which are very inefficient so I hope you can come up with something different ...
Summary: Need help with this: I shall write a "pre-installer" which will select the package to be installed. To do so it shall fetch the username and according to the first three letters of the username selec...
Summary: Hi everyone, I'm modifying my phpBB installation, and I need help with one of the queries I'm trying to modify. I'm a novice with SQL, so go easy, please! I'm changing the viewforum.php file, which i...