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.