> Sergey: > > One small correction: > > The sed script should be: > > sed -e 's/.*\/\([^\/][^\/]*\)\.hs/$(E)\/\1.o, $(E)\/\1.hi/' > > > Of course: > > :g/.*\/\([^\/][^\/]*\)\.hs/s//$(E)\/\1.o, $(E)\/\1.hi/ > > in vi should also work. -odir <blah> is supposed to work, I think. Cheers, Simon
- redirecting *.hi S.D.Mechveliani
- Re: redirecting *.hi Marc van Dongen
- Re: redirecting *.hi Marc van Dongen
- RE: redirecting *.hi Simon Marlow
- RE: redirecting *.hi Sigbjorn Finne (Intl Vendor)