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