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.
sorting large file
Name: abhinav_kumar Date: February 28, 2008 at 02:07:53 Pacific OS: unix CPU/Ram: 512 mb
Comment:
hello!! i want to sort a file which contains millions of records based on multiple fields. My file is delimited by , and have 20 fields I am using sort command but i am getting error "sort:write error while merging" what is the alternative of this.?? or is there any way to overcomw this??
Name: wollie Date: February 28, 2008 at 07:30:30 Pacific
Reply:
Hi,
to me it seems to be an issue with your diskspace. You need space for the inputfile, the outputfile and temporary space used by the sort command. More diskspace would probably solve the problem.
cheers Wollie
0
Response Number 2
Name: abhinav_kumar Date: February 28, 2008 at 22:09:36 Pacific
Summary: I want to edit the first line in a large file. Using VI editor I amn't able to do, so that I thought to do using head and tail functions and then done successfully. Is there any way to achieve this in...
Summary: Hello, I have a file of large file size i need to ftp to another server , i do tar or gzip to get file xxx.zip or xxx.tar if i do ftp it takes around 5 hrs to transfer the build is there some utility ...
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...