SCOUG-Programming Mailing List Archives
Return to [ 27 |
October |
2005 ]
>> Next Message >>
Content Type: text/plain
On Wed, 26 Oct 2005 18:53:49 PDT7, Steven Levine wrote:
>What nomenclature? Do you mean you don't know what grep and xargs do?
>Google is your friend.
>
>IAC, grep is a non brain-dead version of IBM's find utility.
>
>Xargs is a handy utility that reads the standard input and constructs and
>executes command lines. Think of this as a for statement without all the
>limitations of a for statement.
OK, I found the 2 files and read them.
On a slightly different subject, I'm confused about the use of a batch file to set the LIB
and INCLUDE environmental variables, versus doing it in the CONFIG.SYS file. My
confusion is that the CONFIG.SYS file already contains several setting inputs to both the
LIB and the INCLUDE variables. For example, in my CONFIG.SYS I have:
SET
LIB=E:\JAVA142\LIB;C:\Development\OS2TK45\som\lib;C:\Development\OS2TK45\lib;
C:\Development\OS2TK45\samples\mm\lib;C:\Development\OS2TK45\speech\lib;
So I already reference both the JAVA and the OS/2 toolkit libraries. I'm told (or, I believe
that I understand) that, if I use more than one compiler on my system, I should use a
batch file, and not the CONFIG.SYS, to set these variables. Is that right?
HCM
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".
For problems, contact the list owner at
"postmaster@scoug.com".
=====================================================
>> Next Message >>
Return to [ 27 |
October |
2005 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|