Waldek Hebisch: > > Thanks for information. Do you have egrep at all? >
I had similar problems with grep, so I prefer grep -E and grep -P --- it works :-) # which egrep lrwxrwxrwx 1 root root 15 2008-06-29 20:37 /usr/bin/egrep -> ../../bin/egrep* # ls -lh /bin/egrep lrwxrwxrwx 1 root root 4 2008-06-29 20:37 /bin/egrep -> grep* # which grep /usr/bin/grep # grep --version GNU grep 2.5.3 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en -~----------~----~----~----~------~----~------~--~---
