Mail Archives: cygwin/1999/06/29/20:50:06
If you're using bash, the "type" builtin will probably tell you everything
that "which" will. You are interested in knowing which directory in your
PATH contains the program you're launching, I'm guessing. For me, if I type
"type bash", it returns:
bash is /e/CYGNUS/CYGWIN-B20/USR/BIN/bash
As far as the -t flag to sort goes, I do see a -t in the --help output. Are
you sure you aren't picking up the DOS sort or something? According to
sort --help, that option seems to allow you to specify the delimiter. The
version in the basic Cygwin distribution seems to be from textutils 1.22,
which appears to be the latest version on the ftp.gnu.org site.
Hope this helps!
- Ken.
ken_coleman AT iname DOT com
----- Original Message -----
From: Edin Pjetrovic <edinp AT mailhost DOT imagine-sw DOT com>
To: <cygwin AT sourceware DOT cygnus DOT com>
Sent: Tuesday, June 29, 1999 2:01 PM
Subject: UNIX utilities for Windows ?
> Hi everyone,
>
> Does anyone know where I can download some UNIX commands for windows that
aren't
> included in the Cygwin application like 'which' and also a newer version
of
> 'sort' (the 'sort' in Cygwin doesn't support the -t flag)....
>
> Thanks a million...
>
> Regards,
>
> Edin Pjetrovic
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -