Home > Archive > Fortran > December 2004 > tar file on Windows
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
tar file on Windows
|
|
| David T. 2004-12-14, 9:01 pm |
| How can I convert a tar file into a Windows text file? Thanks in advance.
| |
| beliavsky@aol.com 2004-12-14, 9:01 pm |
|
"David T." <David.T.Croft@AdsorptionProcessModeling.com> wrote:
>How can I convert a tar file into a Windows text file? Thanks in advance.
What does this have to do with Fortran?
On Windows, WinZip (and probably other programs) can open tar files -- there
are GUI and command line versions of this program. The contents of the tar
file may be binary files, not just regular text files.
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
| |
| epc8@juno.com 2004-12-15, 3:57 am |
|
David T. wrote:
> How can I convert a tar file into a Windows text file? Thanks in
advance.
see http://unxutils.sourceforge.net/
get a copy of UnxUtils.zip & UnxUpdates.zip.
Along with tar, these archives contain various programs which create or
unpack various archives along with other functions common to *nix
systems.
Note that you may have to convert lf to cr/lf delimited text files. One
way of doing this is to read the file in with edit.exe and then save
it.
Sorry, not much to do with Fortran except that some source programs are
distributed in archives that this collection of files helps to unpack.
|
|
|
|
|