public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Problems with "find" and job control.
@ 1999-03-13 16:14 Suhaib M. Siddiqi
       [not found] ` < 003301be6daf$950045c0$41cd78cf@hunda >
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-13 16:14 UTC (permalink / raw)
  To: hcobb; +Cc: dpainter, cygwin

-

>Sorry, but the error message:
>
>    FIND: Parameter format not correct
>
>is a pure M$ism.  (Just type \winnt\system32\find to "find" this message)
>

Agree!!!

As Corinna said, if you are having this problem, I would rather rename MS
find.exe.  Windows NT find.exe is useless anyway.

>Depending on the paths to sort things out gives you different results
>depending on the context you're working from.
>
>Personally, I would NOT want my BAT scripts to behave differently depending
>on where they're running from.
>
>Also you only need to quote the name of the file you're looking for (under
>gnu-find or gfind for short) when the filename includes a wildcard.
>
>Anybody gona write Cygwin in a nutshell for O'Reily?  (It's such a pain to
>flip back and forth between the eNp-Ty and Linux books. ;-)


Are you planing to do it?


>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: Which command to bump when M$ is non-posixish
@ 1999-03-13 16:31 Suhaib M. Siddiqi
  1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 1 reply; 12+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-13 16:31 UTC (permalink / raw)
  To: hcobb; +Cc: dpainter, cygwin

I have no idea!

I have never gotten any conflicts betweeb the X.exe which have common names
under Windows and Cygwin.

At my end it happens only, if I intentionally include C:\WinNT
in PATH in cygnus.bat or .bashrc.

Of course everyone has his/her own requirements and preferences, therefore
he/she must decide what is best for him/her.




>There are a few places where X.exe exists both as a WinDos builtin and a
>standard GNU command installed with Cygwin.
>
>Now, one of the commands can be renamed (or deleted ;-) or the path can be
>set to choose one over the other (most of the time, for the Dos prompt).
>
>My requirement is that a WinDos machine with Cygwin installed function
>first as a Windos platform PC then as a DOS machine and lastly as a Posix
>machine.  (When I feel the need for speed or whatever, I reboot to
Linux...)
>
>Therefore I leave cygwin at the end and move the parts I need to
>non-blocked names.
>
>Does anybody think that Cygwin should install itself at the front of the
>Path environment variable?
>
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: Which command to bump when M$ is non-posixish
@ 1999-03-13 16:38 Suhaib M. Siddiqi
  1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 1 reply; 12+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-13 16:38 UTC (permalink / raw)
  To: hcobb; +Cc: dpainter, cygwin

>>My requirement is that a WinDos machine with Cygwin installed function
>>first as a Windos platform PC then as a DOS machine and lastly as a Posix
>>machine.  (When I feel the need for speed or whatever, I reboot to
>Linux...)
>>
>>Therefore I leave cygwin at the end and move the parts I need to
>>non-blocked names.
>>


Just noticed this.  Have you included *cygwin* to your Windows PATH too. I
have not.  I start Cygwin by Cygnus.bat.  Could this be a problem for
conflicts?


--SMS

>>Does anybody think that Cygwin should install itself at the front of the
>>Path environment variable?
>>
>>
>>--
>>Want to unsubscribe from this list?
>>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>>
>>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: Which command to bump when M$ is non-posixish
@ 1999-03-13 20:25 Earnie Boyd
  1999-03-31 19:45 ` Earnie Boyd
  0 siblings, 1 reply; 12+ messages in thread
From: Earnie Boyd @ 1999-03-13 20:25 UTC (permalink / raw)
  To: cygwin users

---"Henry J. Cobb" <hcobb@telegenisys.com> wrote:
--8<--
> Does anybody think that Cygwin should install itself at the front of
the
> Path environment variable?
--8<--

Yes. I always recommend it.  However, you don't have to change the
PATH at the DOS/WIN level.  You can `export
PATH=/bin:/usr/bin:/usr/local/bin:/c/winnt:/c/winnt/system32' for an
example in the .bashrc file.

This way you can have the best of both worlds.  cygwin path first when
in cygwin and the dos/win path first when in dos or windows.


==
-                        \\||//
-------------------o0O0--Earnie--0O0o-------------------
--                earnie_boyd@yahoo.com               --
-- http://www.freeyellow.com/members5/gw32/index.html --
----------------------ooo0O--O0ooo----------------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <199903140027.QAA19804@grebe.prod.itd.earthlink.net>]

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-13 16:14 Problems with "find" and job control Suhaib M. Siddiqi
     [not found] ` < 003301be6daf$950045c0$41cd78cf@hunda >
1999-03-13 16:25   ` Which command to bump when M$ is non-posixish Henry J. Cobb
1999-03-31 19:45 ` Henry J. Cobb
1999-03-31 19:45 ` Problems with "find" and job control Suhaib M. Siddiqi
1999-03-13 16:31 Which command to bump when M$ is non-posixish Suhaib M. Siddiqi
1999-03-31 19:45 ` Suhaib M. Siddiqi
1999-03-13 16:38 Suhaib M. Siddiqi
1999-03-31 19:45 ` Suhaib M. Siddiqi
1999-03-13 20:25 Earnie Boyd
1999-03-31 19:45 ` Earnie Boyd
     [not found] <199903140027.QAA19804@grebe.prod.itd.earthlink.net>
1999-03-14  7:06 ` Todd Goodman
1999-03-31 19:45   ` Todd Goodman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).