RE: Force "ls" to show .exe extension

2015-01-06 Thread Buchbinder, Barry (NIH/NIAID) [E]
Paul sent the following at Tuesday, January 06, 2015 7:12 PM >I'm wading through many files in two file trees. In particular, I'm >looking at corresponding directories in the two trees where "diff -qr" >revealed differences. I want the absolute truth of what the filename is >with minimal distractio

Re: WinXP Pro Cygwin Digest-MD4-1.9 /bin/sh: gcc-4: command not found

2015-01-06 Thread David Christensen
On 01/05/2015 08:13 PM, Larry Hall (Cygwin) wrote: gcc-4 is an old moniker for the current gcc, back when Cygwin had both 3 and 4 versions of gcc. This is no longer true and hasn't been for quite some time. Your options at this point are: 1. Create a link to gcc and call it gcc-4. 2. Try

Re: Force "ls" to show .exe extension

2015-01-06 Thread Andrey Repin
Greetings, Paul! >>> ...if I have ~/bin/pdfcrop.exe, the command "ls ~/bin/pdfcrop" >>> shows pdfcrop rather than pdfcrop.exe. Is there any way to force >>> ls to show the full filename (including extension) if it matched >>> the ls argument, even if the ls argument doesn't specify the >>> extens

Re: Force "ls" to show .exe extension

2015-01-06 Thread Paul
Andrey Repin yandex.ru> writes: >> ...if I have ~/bin/pdfcrop.exe, the command "ls ~/bin/pdfcrop" >> shows pdfcrop rather than pdfcrop.exe. Is there any way to force >> ls to show the full filename (including extension) if it matched >> the ls argument, even if the ls argument doesn't specify the

Re: Force

2015-01-06 Thread Eric Blake
On 01/06/2015 05:06 PM, Paul wrote: > | alias xargs='xargs ' > | > | Then the alias expansion of xargs will in turn allow alias expansion > | of the next argument. (Except that you then have to also create > | trailing-space aliases for all options you commonly pass to xargs > | between 'xargs' a

Re: Force

2015-01-06 Thread Paul
Eric Blake redhat.com> writes: |On 01/06/2015 02:28 PM, Paul wrote: |>Paul gmail.com> writes: |>> Both solutions are great. I'll set the --append-exe in my bash |>> aliases, and for systems outside of my normal working environment |>> (e.g., working with someone on their unix sessions), I know I

Re: Cygwin script wrapper (native)

2015-01-06 Thread Andrey Repin
Greetings, All! > I think I've finally ironed out most of the issues I had with it. (Infinite > number of arguments, quoting, etc.) > The only known issues that cause script to break seems to be the same as you > would expect with direct script executions - uneven/misplaced quotation marks. Excep

Re: Force "ls" to show .exe extension

2015-01-06 Thread Andrey Repin
Greetings, Paul! > Right now, if I have ~/bin/pdfcrop.exe, the command "ls ~/bin/pdfcrop" > shows pdfcrop rather than pdfcrop.exe. Is there any way to force ls > to show the full filename (including extension) if it matched the ls > argument, even if the ls argument doesn't specify the extension?

Re: Force "ls" to show .exe extension

2015-01-06 Thread Eric Blake
On 01/06/2015 02:28 PM, Paul wrote: > Paul gmail.com> writes: >> Both solutions are great. I'll set the --append-exe in my bash >> aliases, and for systems outside of my normal working environment >> (e.g., working with someone on their unix sessions), I know I can >> force display of .exe using

Re: [RSYNC] bad modify/change time set by rsync ?

2015-01-06 Thread Andrey Repin
Greetings, LEGOND Fabrice! >> --modify-window >> >> When comparing two timestamps, rsync treats the timestamps as being >> equal if they differ by no more than the modify-window value. This >> is normally 0 (for an exact match), but you may find it useful to >> set this to a l

Re: Force "ls" to show .exe extension

2015-01-06 Thread Paul
Paul gmail.com> writes: > Both solutions are great. I'll set the --append-exe in my bash > aliases, and for systems outside of my normal working environment > (e.g., working with someone on their unix sessions), I know I can > force display of .exe using asterisk. Drat. If I pipe files to 'xargs

Re: Force "ls" to show .exe extension

2015-01-06 Thread Paul
Tom Robinson gmail.com> writes: >If you don't want to specify the extension, can you specify as >asterisk? > >[3236 CBGSAS04:~/Documents]$ touch name.exe > >[3237 CBGSAS04:~/Documents]$ ls -l name >-rw-r--r--+ 1 cbg.tom Domain Users 0 Jan 7 09:34 name > >[3238 CBGSAS04:~/Documents]$ ls -l name.ex

Re: Force "ls" to show .exe extension

2015-01-06 Thread Yaakov Selkowitz
On 2015-01-06 13:34, Paul wrote: Right now, if I have ~/bin/pdfcrop.exe, the command "ls ~/bin/pdfcrop" shows pdfcrop rather than pdfcrop.exe. Is there any way to force ls to show the full filename (including extension) if it matched the ls argument, even if the ls argument doesn't specify the e

Re: Force "ls" to show .exe extension

2015-01-06 Thread Tom Robinson
If you don't want to specify the extension, can you specify as asterisk? [3236 CBGSAS04:~/Documents]$ touch name.exe [3237 CBGSAS04:~/Documents]$ ls -l name -rw-r--r--+ 1 cbg.tom Domain Users 0 Jan 7 09:34 name [3238 CBGSAS04:~/Documents]$ ls -l name.exe -rw-r--r--+ 1 cbg.tom Domain Users 0 Jan

RE: SSHd configuration problems (System error 1376) - CONFIRMED

2015-01-06 Thread Watson, Hal M (MNIT)
Ok, I'm hopeful this message is going to reach the correct thread. Thanks for your patience, I was accessing and posting to the discussion via web browser which is how I discovered it. Now that I'm properly subscribed to the list and using my email client... on to business. Regarding sshd co

Re: [RSYNC] bad modify/change time set by rsync ?

2015-01-06 Thread LEGOND Fabrice
Hi, --modify-window When comparing two timestamps, rsync treats the timestamps as being equal if they differ by no more than the modify-window value. This is normally 0 (for an exact match), but you may find it useful to set this to a larger value in some situations. In pa

Force "ls" to show .exe extension

2015-01-06 Thread Paul
Right now, if I have ~/bin/pdfcrop.exe, the command "ls ~/bin/pdfcrop" shows pdfcrop rather than pdfcrop.exe. Is there any way to force ls to show the full filename (including extension) if it matched the ls argument, even if the ls argument doesn't specify the extension? I read http://cygwin.com

Re: [RSYNC] bad modify/change time set by rsync ?

2015-01-06 Thread Achim Gratz
LEGOND Fabrice writes: > You can see here that: > * the Modify/Change time differ from one second. Why ? Reading the man page would tell you why and what to do: --modify-window When comparing two timestamps, rsync treats the timestamps as being equal if they differ by no more than the mo

[RSYNC] bad modify/change time set by rsync ?

2015-01-06 Thread LEGOND Fabrice
Hi, I use cygwin for a long time now. And I often use rsync to do incremental backup and mirroring of data. I noted several times in the past that rsync keeps copying some NOT MODIFIED files (always the same ones) again and again whereas it was working correctly for the vast majority of the rema

Re: SFTP Cipher Mismatch

2015-01-06 Thread Marco Atzeri
On 1/6/2015 2:47 PM, Chris Johnston wrote: Hello, I am attempting to set up Cygwin for Cisco’s Disaster Recovery System (9. 1.2.1-28) to run SFTP backups through. I have followed this guide that I found through online searches (https://supportforums.cisco.com/sites/default/files/legacy/0

SFTP Cipher Mismatch

2015-01-06 Thread Chris Johnston
Hello, I am attempting to set up Cygwin for Cisco’s Disaster Recovery System (9. 1.2.1-28) to run SFTP backups through. I have followed this guide that I found through online searches (https://supportforums.cisco.com/sites/default/files/legacy/0/3/2/41230-Cygwin%20Setup.pdf) and think I have