Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!mips!pacbell.com!iggy.GW.Vitalink.COM!widener!netnews.upenn.edu!eniac.seas.upenn.edu!jeffe From: jeffe@eniac.seas.upenn.edu (George Jefferson ) Newsgroups: comp.sys.mac.misc Subject: Re: Unix to Mac data transfer Message-ID: <41301@netnews.upenn.edu> Date: 16 Apr 91 18:30:31 GMT References: <50935@nigel.ee.udel.edu> Sender: news@netnews.upenn.edu Reply-To: jeffe@eniac.seas.upenn.edu (George Jefferson ) Organization: University of Pennsylvania Lines: 24 Nntp-Posting-Host: eniac.seas.upenn.edu :>I need to transfer number of data sets from Unix camputer (i.e. several columns :>of data in f5.1 Fortran format) :>i.e :> :>271.2 278.3 271.1 :Another approach is simply to list is to the terminal screen and use the :Copy Table feature built into many terminal emulators. If you need yuk. :-) well, maybe if you have only a small amount of data. another approach is to give in and use a unix command. ( I know, yuk too) sed 's/ */\ /g' fort.1 > fort.tabbed ^^ ^one tab ^two spaces on my Sun4, this is quicker than you can say "mcsink" :-) BTW you could also replace the "\tab" with a "," or whatever else your importing application is happy with -- -george george@mech.seas.upenn.edu