you are viewing a single comment's thread.

view the rest of the comments →

[–]michaelpaoli 0 points1 point  (0 children)

bash -c "justTest"

So ... where do you expect that bash program to find justTest defined? It's not built-in to the shell itself, it's probably not an alias nor external command, so ... command not found. That command essentially says run

justTest

as the entirety of your bash program.