$home/abc/xyz/tbc

  1. shady_inc

    Linux Shell Scripting - bash: ELF command not found

    Hello.! I have a executable tbc stored at $HOME/abc/xyz/tbc.Now, if I try running the executable with ". $HOME/abc/xyz/tbc" or "source $HOME/abc/xyz/tbc", it gives a message: bash: ELF : command not found But if I first cd to $HOME/abc/xyz and then run"./tbc", it works just fine. What's the...
Top Bottom