Phil, Please address all Cygwin-related communications to the Cygwin list unless private e-mail was specifically requested. If there's a problem with a particular suggestion, it's good to have it in the archives. I set the Reply-To: for a reason.
Reply inline below. On Tue, 21 Oct 2003, Philip Schlesinger wrote: > Hi Igor. I saw your suggestion on the cygwin list. I tried your > suggested line for kicking cygwin setup in the tush to continue: > > d: > cd \cygwin\bin > bash > kill -9 `ps -s|grep cygpath|awk '{print $1}'` > > Here's what I got as output: > > bash: ps: command not found > bash: awk: command not found > bash: grep: command not found > kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l > [sigspec] > > Help? > - Phil Try "kill -9 `./ps -s | ./grep cygpath | ./awk '{print $1}'`". Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_ [EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- 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/