> > After upgrading from Red Hat 6.2 to Red Hat 9, parts of my .bashrc > > produce different results than before. In particular, backslash > > seems to no longer be recognized within double quotes. This > > sequence: > > A couple of options > echo -e "\..." > or change the shell option for echo's default behavior: > shopt -s xpg_echo Works on RH9 bash built-in echo, but it does not provide a single command form usable on all systems because the built-in echo does not do the right thing, with or without -e, on bash 1.14.5(1). Of course, the problem with not having a single common command is that there then needs to be a method for .bashrc to figure out which command form to use. > The current behavior goes back to [at least] RH7.0 which is probably where it was introduced :( _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list