Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Trouble Merging lines
Name: sting013 Date: August 19, 2003 at 12:37:47 Pacific OS: sun CPU/Ram: ?
Comment:
Hello all I have been working on getting a flat file to merge two or three line into one. Below is part of a flat file I have.
Summary: Hi All, I've seen many questions/answers about combining or merging two files using awk but I can't quite get them to work for my situation. It's possible there is an answer out there but just haven't...
Summary: hello, i'm trying to merge 2 lines using c-shell script... i can't seem to think of a way to get the \n character... can anyone help? example, hello (spaces) world! output: hello world! thanks for ...
Summary: Hello, Need urgent help in creating a script to merge multiple files line by line, for ex: file1: 1 2 3 4 5 file2: 1 2 3 file3: 1 2 3 4 output should be: 1,1,1 2,2,2 3,3,3 4,,4 5,, I have 90 files to...