If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > unix large-file progs

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-22-02, 22:38
brian16 brian16 is offline
Registered User
 
Join Date: Sep 2002
Location: louisville
Posts: 1
unix large-file progs

my problem: vendor platform programs written in mid 90's - not large file accessible.. have a file over 5G - the socket prog chokes on it.. I do not have access to the source code... need to open 5G file and breakdown into individual files below the 2G limit... input file is postscript with global form overlays......suggestions??... willing to contract this out... need immediate response....
Reply With Quote
  #2 (permalink)  
Old 10-05-02, 00:47
TioTony TioTony is offline
Registered User
 
Join Date: Sep 2002
Location: Orange County, CA
Posts: 9
Most utilities will have problems with files over 2 GB. My suggestion, which may not even be possible in your environment, is to actually send the file to a printer but do something like print page 1-10000 to generate 1 output file, then do 10001-20000 to get the next, etc until you have completed the entire file. You will then have files you can work with. Of course the printer you print to should be a virtual printer that creates a file instead of actually printing. You may need to use a 3rd party print management tool to deal with this.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On