Re: can't redirect sed command to bash script

2008-09-19 Thread patrick ficheux
Bayu Adiwibowo a écrit : Hi Hi I want using sed and redirect with pipe bash script to produce report that sort names by state and list the name of state followed by name of each person in that state. It's work in linux as expected but cygwin seen can't executed bash script in such way. This

Re: can't redirect sed command to bash script

2008-09-19 Thread Julio Emanuel
On Fri, Sep 19, 2008 at 11:16 AM, Bayu Adiwibowo wrote: > > Hi > > I want using sed and redirect with pipe bash script to produce report > that sort names by state and list the name of state followed by name of > each person in that state. It's work in linux as expected but cygwin > seen can't exec

can't redirect sed command to bash script

2008-09-19 Thread Bayu Adiwibowo
Hi I want using sed and redirect with pipe bash script to produce report that sort names by state and list the name of state followed by name of each person in that state. It's work in linux as expected but cygwin seen can't executed bash script in such way. This is my test script $ cat nameStat