Re: user shared size version mismatch while trying scp

2008-07-28 Thread Thomas Wiedmann
Thanks for all infos. Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Info about OS by command in Cygwin

2009-02-28 Thread Thomas Wiedmann
Hello, by which Cygwin/bash command can I get detailed information about the Operating System, e. g. about the Windows version (XP? SP?)? Trying with the Windows command "ver" I've got the error "-bash: ver: command not found". Thomas Wiedmann -- Unsubscribe inf

Starting other Cygwin console from Cygwin console

2009-03-07 Thread Thomas Wiedmann
Hello, how, i. e. by which command, can from an open Cygwin console a 2nd Cygwin console (or tab) be started in Windows XP? Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: Info about OS by command in Cygwin

2009-03-07 Thread Thomas Wiedmann
;\r' from the result for using it in a script? Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Clearing the Cygwin console

2009-03-14 Thread Thomas Wiedmann
an a console used with Cygwin be cleared? Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Starting other Cygwin console from Cygwin console

2009-03-14 Thread Thomas Wiedmann
"cygstart bash" Thanks - worked. Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Clearing the Cygwin console

2009-03-14 Thread Thomas Wiedmann
Ctrl+L. Works in all terminals. Great - thanks - worked. Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Clearing the Cygwin console

2009-03-15 Thread Thomas Wiedmann
alias cls='cmd /c cls' cmd /c cls doesn't work. It gives the output: ♀ Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Clearing the Cygwin console

2009-03-15 Thread Thomas Wiedmann
There's also 'clear.exe', although it also does not clear/reset the scrollback buffer. Where, i. e. in which Cygwin package? In my %ProgramFiles%\Cygwin\bin there is no clear.exe. Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Re: Clearing the Cygwin console

2009-03-15 Thread Thomas Wiedmann
Where, i. e. in which Cygwin package? In my %ProgramFiles%\Cygwin\bin there is no clear.exe. Sorry - I just saw, that the next postings had answered this question - I should have read them before. Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Clearing the Cygwin console

2009-03-21 Thread Thomas Wiedmann
cmd /c cls doesn't work. It gives the output: ♀ In a DOS console? In the usual console of Windows XP (ok - DOS console) called with cd /d %ProgramFiles%\Cygwin\bin bash --login -i Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem re

Configuration of HOME directory

2009-04-08 Thread Thomas Wiedmann
home directory in Cygwin? Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Calling Cygwin to start a shellscript

2009-05-15 Thread Thomas Wiedmann
Hello, How can a shellscript be called from the Windows cmd console using Cygwin, i. e. by which command, options and arguments has Cygwin to be called to run a shellscript, e. g. myscript.sh? Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

scp doesn't copy - neither returns an error message

2007-03-16 Thread Thomas Wiedmann
the way: In the directory, used for the statement, mentioned above, the directory only contains a few files. Thanks for all good hints. Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docu

Re: scp doesn't copy - neither returns an error message

2007-03-16 Thread Thomas Wiedmann
load it? I found the link http://cygwin.com/packages/rebase/, but this only contains some lines with directories. Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: h

Re: scp doesn't copy - neither returns an error message

2007-03-26 Thread Thomas Wiedmann
The exact same way you get *any* cygwin package: run setup.exe and choose it in the package selection screen/ Sorry, but when I opened/ran the setup.exe (2.510.2.2) of Cygwin, I didn't find a rebase package. Where can I get it from and what means rebase? Thomas Wiedmann -- Unsubs

Re: scp doesn't copy - neither returns an error message

2007-03-28 Thread Thomas Wiedmann
not found ..." (in German: Einstiegspunkt nicht gefunden ...). Looks, that the correct installation for resolving my original scp problem is rather complicated. What to do else to make scp run (and rebase and - what else is required ...)? Please in detailed description - to avoid misundersta

Re: scp doesn't copy - neither returns an error message

2007-04-01 Thread Thomas Wiedmann
7;s problem? By the way (answer to previous question): It's true, I installed the OpenSSH package some time ago; I cannot say any more, when it was; so it may be no real Cygwin package. Nevertheless I wonder, why there is a scp.exe, appearing that an scp command my run, but it doesn'

Decompressing/Viewing zip files with Cygwin

2008-06-18 Thread Thomas Wiedmann
Hello, how can (Win)zip files (or certain files only of the zip archive) be decompressed or at least be viewed with Cygwin? Thanks for all good hints. Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Decompressing/Viewing zip files with Cygwin

2008-06-19 Thread Thomas Wiedmann
message: $ unzip Temp.zip bash: unzip: command not found How to get and integrate the "unzip" command for Cygwin? Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://

Saving alias settings

2008-06-23 Thread Thomas Wiedmann
Hello, how can alias settings be saved persistently in Cygwin a) for the current user only b) for all users of the PC? Thanks for all good hints. Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

user shared size version mismatch while trying scp

2008-07-09 Thread Thomas Wiedmann
\Programme\OpenSSH installation? Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Redirecting $TEMP or a certain directory to /tmp

2010-01-11 Thread Thomas Wiedmann
Hello, how can in Cygwin the directory, which is in Windows configured as $TEMP, or a certain other directory, be redirected to /tmp? Thomas Wiedmann -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

Re: Redirecting $TEMP or a certain directory to /tmp

2010-01-13 Thread Thomas Wiedmann
didn't list the assignment of /tmp. Thomas Wiedmann -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Redirecting $TEMP or a certain directory to /tmp

2010-01-14 Thread Thomas Wiedmann
mount -f E:/Temp /tmp Thanks, that worked. And, if you want this to be permanent you need to *put* it in /etc/fstab. My /etc directory in Cygwin has no fstab. Can I create it manually in Cygwin and does it work like in LINUX/UNIX or are additional steps be required? Thomas Wiedmann

Re: Redirecting $TEMP or a certain directory to /tmp

2010-01-17 Thread Thomas Wiedmann
In that case you probably are not running Cygwin 1.7.1. That's true, I still run version 1.5.25-11. Is there a way to use fstab in version 1.5.25-11? What's to do? Thomas Wiedmann -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygw

Wrong message 'Pattern not found'

2010-12-05 Thread Thomas Wiedmann
ks well with Cygwin on another computer. What may be the reason for this invalid message and how to resolve that problem? Thomas Wiedmann -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.ht

alias command not effective

2011-01-17 Thread Thomas Wiedmann
reason, that the use of an alias, defined, had not been accepted? What has to be done to resolve this problem? Thomas Wiedmann -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubsc

Re: alias command not effective

2011-01-22 Thread Thomas Wiedmann
alias laf='ls -la | grep -v "^d"' Thanks - with this statement the alias was recognized. Thomas Wiedmann -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubsc