Re: A little more script help

2010-12-24 Thread Richard J Moore
: A little more script help

Re: A little more script help

2010-12-24 Thread John McKown
On Fri, 2010-12-24 at 14:10 +, Richard J Moore wrote: True, that's a consideration. But you have the upper hand as they aren't there. And let's face it REXX doesn't much to learn. - - Richard J Moore - FIET, FBCS, CEng, CITP And, IMO, people should be open to learning new ways. I mainly

Re: A little more script help

2010-12-24 Thread Richard J Moore
: | | --| |Re: A little more script help

Re: A little more script help

2010-12-24 Thread Henry E Schaffer
John McKown writes: ... I mainly script in UNIX using Perl due to familiarity. And because I love regular expressions. ... Regular expressions are a very powerful tool - and well integrated into Perl - but there is a learning curve. I learned a lot about them from Unix and Perl books - but

Re: A little more script help

2010-12-24 Thread John McKown
Excellent book! I've got it and have read it. On Fri, 2010-12-24 at 11:00 -0500, Henry E Schaffer wrote: John McKown writes: ... I mainly script in UNIX using Perl due to familiarity. And because I love regular expressions. ... Regular expressions are a very powerful tool - and well

A little more script help

2010-12-23 Thread Bauer, Bobby (NIH/CIT) [E]
OK, I'm going to forgo Rexx and learn bash script! I want to input a file into an array. For instance I want the variable xyz to have the contents of /tmp/test. /tmp/test looks like: 08:50:01 AM all 3.48 0.00 0.18 0.15 0.19 95.99 09:00:02 AM all

Re: A little more script help

2010-12-23 Thread Philip Rowlands
On 23/12/2010 16:28, Bauer, Bobby (NIH/CIT) [E] wrote: OK, I'm going to forgo Rexx and learn bash script! I want to input a file into an array. For instance I want the variable xyz to have the contents of /tmp/test. /tmp/test looks like: 08:50:01 AM all 3.48 0.00 0.18

Re: A little more script help

2010-12-23 Thread Bauer, Bobby (NIH/CIT) [E]
] Sent: Thursday, December 23, 2010 11:51 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: A little more script help On 23/12/2010 16:28, Bauer, Bobby (NIH/CIT) [E] wrote: OK, I'm going to forgo Rexx and learn bash script! I want to input a file into an array. For instance I want the variable xyz

Re: A little more script help

2010-12-23 Thread McKown, John
-Original Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Bauer, Bobby (NIH/CIT) [E] Sent: Thursday, December 23, 2010 10:29 AM To: LINUX-390@VM.MARIST.EDU Subject: A little more script help OK, I'm going to forgo Rexx and learn bash script! I

Re: A little more script help

2010-12-23 Thread Richard J Moore
: | | --| |Re: A little more script help

Re: A little more script help

2010-12-23 Thread Bauer, Bobby (NIH/CIT) [E]
-7474 -Original Message- From: Richard J Moore [mailto:richardj_mo...@uk.ibm.com] Sent: Thursday, December 23, 2010 12:20 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: A little more script help Bobby, I use rexx all the time under linux. Why don't you pipe you grep to a temp file then read

Re: A little more script help

2010-12-23 Thread Edmund R. MacKenty
On Thursday, December 23, 2010 11:28:37 am you wrote: OK, I'm going to forgo Rexx and learn bash script! I want to input a file into an array. For instance I want the variable xyz to have the contents of /tmp/test. /tmp/test looks like: 08:50:01 AM all 3.48 0.00 0.18