SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, 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.

The Southern California OS/2 User Group
USA

SCOUG-Programming Mailing List Archives

Return to [ 26 | October | 2005 ]

<< Previous Message <<


Date: Wed, 26 Oct 2005 18:53:49 PDT7
From: "Steven Levine" <steve53@earthlink.net >
Reply-To: scoug-programming@scoug.com
To: scoug-programming@scoug.com
Subject: SCOUG-Programming: WPS programming with Watcom (was Undeliverable Mail)

In <20051026181145-62153-8@scoug.com>, on 10/26/05
at 06:11 PM, "Harry Motin" said:

>The nomenclature that you used (below) is unfamilar to me. What does it
>mean?

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.

>>[j:\sla_dev2\wpstk]grep -lri watcom .
>>./config/config.cmd
>>./config/project.in

This says there are two files in the WPS Toolkit that contain the word
watcom.

>>[j:\sla_dev2\wpstk]grep -lri watcom . | xargs ls -l
>>-rwxrwx--- 16044 Mar 24 2004 ./config/config.cmd
>>-rw-rw---- 7994 Apr 16 2004 ./config/project.in

This says the files that contain the word watcom were last updated in
2004, which makes the files much newer than the documentation you are
assuming is correct.

I recommend you review the files to see how watcom can work with the WPS
Toolkit.

Since, it's clear from the grep results that the documentation does not
discuss how to use watcom, it's pretty obvious that the documentation has
not yet been updated. This means you are going to have to read the code.

Steven

--
----------------------------------------------------------------------
"Steven Levine" MR2/ICE 2.67 #10183 Warp4.something/14.100c_W4
www.scoug.com irc.fyrelizard.com #scoug (Wed 7pm PST)
----------------------------------------------------------------------

=====================================================

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".

=====================================================


<< Previous Message <<

Return to [ 26 | 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.