I take a look at grep sources: egrep, and fgrep MUST be different exetutables, not a symbolic link to grep.
According to SlackBuild grep package is built correctly, but old version isn't. Probably I have symlinks from old version and new package doesn't remove them (this is Slackware feature). On Apr 9, 7:14 am, Igor Pashev <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
