copy-paste

2007-03-08 Thread ovince
hi All Is it posible to adjust Copy and Paste in Cygwin to Ctrl-c and Ctrl-v? I do it in very unrobust way now (right-click, properties, mark; right-click, properties, copy; right-click, properties, paste). It is very unpleasent. thank you oliver -- View this message in context: http://ww

bash command in cygwin

2007-03-08 Thread ovince
Hi, I managed to do everything in Cygwin that I was doing in Unix. This is the first thing that does not want to work. It is a simple bash command for file in 'cat listBox1.txt'; do awk '{print $0}'; done Could you tell me what I do wrong here? Thanks oliver -- View this message in conte

Re: [ANNOUNCEMENT] bash command in cygwin

2007-03-09 Thread ovince
Václav Haisman wrote: > > ovince wrote: >> Hi, >> >> I managed to do everything in Cygwin that I was doing in Unix. This is >> the >> first thing that does not want to work. It is a simple bash command >> >> for file in 'cat listBox1

Re: [ANNOUNCEMENT] copy-paste

2007-03-09 Thread ovince
Carlo Florendo-2 wrote: > > ovince wrote: >> hi All >> >> Is it posible to adjust Copy and Paste in Cygwin to Ctrl-c and Ctrl-v? I >> do >> it in very unrobust way now (right-click, properties, mark; right-click, >> properties, copy; right-click,

Re: [ANNOUNCEMENT] copy-paste

2007-03-09 Thread ovince
Arian Hojat wrote: > > hah i figured it out after so many years, good old google... > > Open up a Cygwin Bash Shell and click on Properties in (click top left > corner in command window), then the Options tab, and check Quick Edit > Mode... > > Same applies to XP cmd window. open up a cmd win

Re: [ANNOUNCEMENT] copy-paste

2007-03-09 Thread ovince
Carlo Florendo-2 wrote: > > ovince wrote: > >>> Thanks Carlo. >>> I must admit that do not know what is rxvt. Please for more info. thanks > > > rxvt is a terminal emulator. If you don't know what that is, think of it > as dos > command pr

Re: [ANNOUNCEMENT] copy-paste

2007-03-09 Thread ovince
Carlo Florendo-2 wrote: > > ovince wrote: >>> No chance to change it after instalation? >>> >>> By chance I discovered that right-click marks easily what I want, >>> another >>> right-click copy it, and another right-click paste it.