How do I start bash in 13.04?

Posted by Maik Klein on Ask Ubuntu See other posts from Ask Ubuntu or by Maik Klein
Published on 2013-06-30T20:41:33Z Indexed on 2013/06/30 22:28 UTC
Read the original article Hit count: 769

Filed under:
|

I have a bash script that I need to execute. It seems that I can't run in in my terminal because it has a slightly different syntax.

I could run the first file like bash ./configure but it produces a makefile that I can not use. If I try bash make it tells me that it can't execute make.

How do I run this make file in bash?

I tried cd /usr/bin ./bash but it tells me that it can't find bash.

So how do I start bash?

© Ask Ubuntu or respective owner

Related posts about 13.04

Related posts about bash