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.
partitioning files into columns
Name: yacob Date: October 1, 2003 at 12:15:23 Pacific OS: Linux CPU/Ram: 1ghz
Comment:
I am transfering tens of files into a windows system. I have a number of records in each file: x, y, z. When I transfer it into windows based program to read it, it reads the first record as as x y z, row wise. But I really wants to read them as column wise. Exactly what Exel does in windows.
Summary: Hi, How to gzip multiple files into one .gz file. Ex: I have 3 files - a1.txt a2.txt a3.txt I want to zip them into aall.gz and later when I unzip, it should unzip into a1.txt, a2.txt a3.txt. I tried ...
Summary: Hi I would like to list the last file of a database structure. eg 3 scenarios: scenario1 sports.d1 sports.d2 sports.d3 scenario2: sports.d1 sports.d2 scenario3: sports.d1 sports.d2 sports....
Summary: I'd like to have a script that breaks a large file into multiple files. Basicaly, the script reads a large file and looking for a line "PJL EOJ", if line found, the counter will count it as 1, so when...