RE: -exec on find(1) broken

2007-10-09 Thread Alexander.Farber
Then you better use xargs: find . -type f -mtime +18 -print0 | xargs -0 rm -i > -Original Message- > [mailto:[EMAIL PROTECTED] On Behalf Of ext Paul McFerrin > find . -type f -mtime +18 -exec /bin/echo {} \; | more > > is the correct syntax. Now I just replace "/bin/echo" wi

Dir not mounted when logging in through ssh

2006-06-20 Thread Alexander.Farber
Hello, I have a problem that a directory ( /cygdrive/h mounted to the H:\ which is in turn mounted to \\bonfs01\afarber ) is visible in the normal Cygwin console, but disappears when I login into the same PC via OpenSSH: [EMAIL PROTECTED] ~ $ mount C:\apps\Cygwin\bin on /usr/bin type system (bin

Running PVM on Cygwin: /tmp/pvmd.459794: No such file or directory

2006-06-14 Thread Alexander.Farber
Hello, I'm using latest Cygwin on WinXP and have managed to compile PVM 3.4.4 after few minor tweaks: 1) In conf/CYGWIN.def I've put: -DARCHCLASS=\"CYGWIN\" -DRSHCOMMAND=\"ssh\" (I use ssh keys) and also added -lrpclib -lreadline to ARCHDLIB and ARCHLIB 2) In console/cons.c I've added