Hi all, I have the following problem on Windows NT using ghc 5.02 from a cygwin bash-shell. Calls to System.system of the form
system $ "grep -E " ++ show str ++ " " ++ file ++ " > tmp" do not work because of the ">" (ditto with "<"). Execution yields: grep: >: No such file or directory Hugs works fine here. Any solution/workaround? Thanks, Bernd Holzm�ller _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
