On Mon, 2003-12-29 at 12:50, Perry Hutchison wrote: > 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 if the old shells don't like the shopt command you could add this to your profile shopt -s xpg_echo 2>/dev/null || true The current behavior goes back to [at least] RH7.0 -- enjoy scott _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list