LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   bash: xport: command not found (https://www.linuxquestions.org/questions/fedora-35/bash-xport-command-not-found-178633/)

gonzalo76 05-06-2004 01:47 PM

bash: xport: command not found
 
Hi,

Everytime I opened a Terminal - Konsole I receive this message first:

Quote:

bash: xport: command not found
[gonzalo@dhcp-4841-10 gonzalo]$


Does anybody know how to fix this?
greetings
gonzalo

david_ross 05-06-2004 02:01 PM

It sounds like one of your startup scripts is calling that program - try to find it with:
grep -l xport ~/.bash_profile ~/.bashrc ~/.profile /etc/bashrc

gonzalo76 05-06-2004 05:56 PM

Thank you for your reply but I'm afraid I'm not sure what should I do. :confused:

david_ross 05-07-2004 01:11 PM

If you run the command I posted above it will look in some common files that are run when you login. If any file names are returned then look in those files for an "xport" commnand


All times are GMT -5. The time now is 02:25 PM.