![]() |
2008-07-23
, 12:50
|
Banned |
Posts: 57 |
Thanked: 2 times |
Joined on Jul 2008
|
#12
|
![]() |
2008-07-23
, 13:11
|
|
Posts: 362 |
Thanked: 82 times |
Joined on Jan 2008
|
#13
|
It's considered "best" to always use /bin/sh, as that will work with whatever sh-compatible shell that's native to the system. Unless you actually need bash-shell extensions (it can do a bit more than good old sh).
To find out if you have bash you can use several methods, e.g.
or, if you are already executing a bash-lookalike (e.g. ash) you can doCode:which bash
On my tablet there's no bash, so try 'ash' instead with the above commands. It should output /bin/ash.Code:type bash
![]() |
2008-07-23
, 14:59
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#14
|
![]() |
2008-07-23
, 15:28
|
Posts: 80 |
Thanked: 22 times |
Joined on Apr 2008
@ South Florida
|
#15
|
To find out if you have bash you can use several methods, e.g.
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.