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
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
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
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
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
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
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
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
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
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
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
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
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
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?
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
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
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
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
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
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
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
21 matches
Mail list logo