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.
splite lines
Name: ssmraju Date: April 27, 2009 at 00:25:15 Pacific OS: UNIX Subcategory: C/C++
Comment:
I want to split words from the line. (filename,10) REC [1234,ww] [2345,ee] [56757,hh]
i have to get word between '[' and ']'. how can i do this using shell scripting in bash
Summary: Hello, I have a list like in A:. From this I want to sort it like B: My Problem is how to get two lines in one. I don“t find the trick. A: [4]Name: PC1 [5]Address: 1.1.1.103 [4]Name: PC4 [5]Ad...
Summary: was wondering if you could help me with a script to remove ALL the lines in a file that contain the word "BOUNDARY". I have the script like this so far, but It will only remove the first occurance of...
Summary: i am attempting to make a triangle using bresenham line drawing algorithm, so far I have the cord for a line but it comes up with errors: error C2449: found '{' at file scope (missing function header...