-g (forward) optin of ssh not working

2009-02-27 Thread Bartolomeo Nicolotti
Hi I'm tryng to use with cygwin the -g optin of ssh, like we do on linux to forward requests: ssh -g -fN p...@192.168.0.176 -L 8081:127.0.0.1:8080 but it doesn't seem to work. Could some one help me? Many thanks Best Regards -- Bartolomeo Nicolotti SIAP s.r.l. www.siapcn.it v.S

RE: find . -regex '.*js' -type f -exec md5sum '{}' \\; really slow!

2008-11-24 Thread Bartolomeo Nicolotti
each file, try to use as much files as you can on > one line (use '+' instead of ';'): > > /usr/bin/find . -type f -exec md5sum \{} + > > Hint: A fork is expensive in Cygwin ... > > - Jörg -- Bartolomeo Nicolotti SIAP s.r.l. www.siapcn.it v.S.Albano 13 12

RE: find . -regex '.*js' -type f -exec md5sum '{}' \\; really slow!

2008-11-24 Thread Bartolomeo Nicolotti
or directory md5sum: Vilnius.pdf: No such file or directory Many thanks, best regards. B.Nicolotti Il giorno lun, 24/11/2008 alle 17.03 +0100, Bartolomeo Nicolotti ha scritto: > Great! > > the command > > /usr/bin/find . -type f -exec md5sum '{}' \\; > >

find . -regex '.*js' -type f -exec md5sum '{}' \\; really slow!

2008-11-24 Thread Bartolomeo Nicolotti
Could some one help me to speed-up things on windows+cygwin? Many thanks, best regards B.Nicolotti -- Bartolomeo Nicolotti SIAP s.r.l. www.siapcn.it v.S.Albano 13 12049 Trinità(CN) Italy ph:+39 0172 652553 centralino: +39 0172 652511 fax: +39 0172 652519 -- Unsubscribe info: http: