Re: Brain fart - redirect stderr/std out to a file and NOT see an ything after a command is run

2003-11-07 Thread John Rowland
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\froman\fprq2\fcharset0 Bookman Old Style;}}
{\colortbl ;\red0\green0\blue0;}
\viewkind4\uc1\pard\cf1\f0\fs24 You can use the pax command on USS to translate the text files while creating a tar file.  For example:\par
\par
pax -wvf mypax.tar -ofrom=ibm-1047,to=iso8859-1 files\par
\par
Then FTP the mypax.tar file to the PC and use something like WinZip to expand the files out of the tar/pax.\par
\par
~\par
John Rowland\par
Fischer International Systems Corporation\par
www.fischerinternational.com\par
239 436 2751\par
\par
\par
}

Received: from -- none -- (10.102.35.35) by fisc.com (FISC HDT v1.0g1 SMTP gateway for 
Unix System Services)
with ESMTP id gcsnt.fisc.com; Friday, 07 Nov 2003 16:20:07 GMT
Received: from mailer390.marist.edu ([148.100.80.47])
by gcsnt.fisc.com (Merak 6.2.1) with ESMTP id COA37610
for <[EMAIL PROTECTED]>; Fri, 07 Nov 2003 11:23:41 -0500
Received: from VM.MARIST.EDU (vm.marist.edu [148.100.80.40])
by mailer390.marist.edu (Postfix) with ESMTP
id D48321275F; Fri,  7 Nov 2003 11:23:18 -0500 (EST)
Received:  by VM.MARIST.EDU (IBM VM SMTP Level 430) via spool with SMTP id 7682 ; Fri, 
07 Nov 2003 11:23:45 EDT
Received: from VM.MARIST.EDU (NJE origin [EMAIL PROTECTED]) by VM.MARIST.EDU (LMail 
V1.2b/1.8b) with BSMTP id 6640; Fri, 7 Nov 2003 11:23:46 -0500
Received: from VM.MARIST.EDU by VM.MARIST.EDU (LISTSERV release 1.8e) with NJE
  id 0222 for [EMAIL PROTECTED]; Fri, 7 Nov 2003 11:23:45 -0500
Received: from MARIST (NJE origin [EMAIL PROTECTED]) by VM.MARIST.EDU (LMail
  V1.2b/1.8b) with BSMTP id 6634; Fri, 7 Nov 2003 11:23:45 -0500
Received: from ahmler1.mail.eds.com [192.85.154.71] by VM.MARIST.EDU (IBM VM
  SMTP Level 430) via TCP with SMTP ; Fri, 07 Nov 2003 11:23:44 EST
Received: from ahmlir4.mail.eds.com (ahmlir4-2.mail.eds.com [192.85.154.134])
  by ahmler1.mail.eds.com (8.12.10/8.12.9) with ESMTP id hA7GNEEA001265
  for <[EMAIL PROTECTED]>; Fri, 7 Nov 2003 11:23:14 -0500
Received: from ahmlir4.mail.eds.com (localhost [127.0.0.1]) by
  ahmlir4.mail.eds.com (8.11.6p3/8.11.6) with ESMTP id hA7GNEP18436 for
  <[EMAIL PROTECTED]>; Fri, 7 Nov 2003 11:23:14 -0500
Received: from usahm101.exmi01.exch.eds.com (usahm101.exmi01.exch.eds.com
  [207.37.138.189]) by ahmlir4.mail.eds.com (8.11.6p3/8.11.6) with
  ESMTP id hA7GNEf18430 for <[EMAIL PROTECTED]>; Fri, 7 Nov 2003
  11:23:14 -0500
Received: by usahm101.exmi01.exch.eds.com with Internet Mail Service
  (5.5.2657.72) id ; Fri, 7 Nov 2003 11:23:14 -0500
X-Mailer: Internet Mail Service (5.5.2657.72)
Approved-By:  "Post, Mark K" <[EMAIL PROTECTED]>
Message-ID:  <[EMAIL PROTECTED]>
Date: Fri, 7 Nov 2003 11:23:09 -0500
Reply-To: [EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject:Re: Brain fart - redirect stderr/std out to a file and NOT see an ything after 
a command is run
To: [EMAIL PROTECTED]
Precedence: list
X-HDT-HopCount: 1


The wget command is one of my favorites, and it is available for Windows,
but from my reading of the man page, wget only does binary transfers, not
text/ASCII ones.  So, Jim would wind up with EBCDIC on his Linux/390 system,
not ASCII.


Mark Post

-Original Message-
From: McKown, John [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 10:37 AM
To: [EMAIL PROTECTED]
Subject: Re: Brain fart - redirect stderr/std out to a file and NOT see
an ything after a command is run


On z/Linux, use the "wget" command. It will do recursive ftp "gets". On
Windows, you are on your own . Of course, you could use "wget" to get
it to Linux (converting to ASCII), then use zip or tar on Linux to bundle it
up, then ftp to get the tar file to Windows.


--
John McKown
Senior Systems Programmer
UICI Insurance Center
Applications & Solutions Team
+1.817.255.3225

This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and its' content is
protected by law.  If you are not the intended recipient, you should delete
this message and are hereby notified that any disclosure, copying, or
distribution of this transmission, or taking any action based on it, is
strictly prohibited.

> -Original Message-
> From: James Melin [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 07, 2003 8:55 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Brain fart - redirect stderr/std out to a file
> and NOT see anything after a command is run
>
>
> Actually, it occurs to me that this will do exactly what I
> wanted it to do,
> but not what I need it to do
>
> Specifically, I need to manually re-import the file system
> structure of a
> web site built on OS/390 Unix system services to which the developer
> destroyed his 'frontp

[no subject]

2003-09-23 Thread John Rowland
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\froman\fprq2\fcharset0 Bookman Old Style;}}
{\colortbl ;\red0\green0\blue0;}
\viewkind4\uc1\pard\cf1\f0\fs24 I'm researching porting an application to S/390 Linux and had the following basic questions:\par
\par
1 - Do I need to be concerned about differences between Linux distributions?  I.e. if I get it to work under SuSE will it work on RedHat or Debian assuming the kernel level is the same or compatible?  Is the main difference in the administration/maintenance utilities provided with the package?\par
\par
2 - Do I need to worry about whether the application runs in a VM or LPAR Linux configuration?  If so, is there a way for my application to test which environment it is running in.\par
\par
3 - Does anybody have any ideas when the number of disks available to Linux will be increased to a significant amount?  For example, we have customers who would need 200+ 3380 devices to support our application if they wanted to import all existing information from MVS.  I see that SuSE Enterprise Server 8 supports 600 disks, but do the other distributions support that many?\par
\par
~\par
John Rowland\par
Fischer International Systems Corporation\par
www.fischerinternational.com\par
239 436 2751\par
\par
}