문제

I'd like to avoid installing bash on every new Debian 6 install. So I need to convert all my bash scripts to dash.
- How would you do that ?
- What are the differences between the 2 languages ?
- Are you aware of any caveat and pitfall ?
- Is it possible to automate that task ?

도움이 되었습니까?

해결책

Here is a page that shows some Bashisms. You can use it as a guide for porting from Bash to Dash.

I don't know why you say you need to install Bash. It's listed as an essential package.

다른 팁

The best strategy is to stick to the standard instead of any particular implementation. Dash is much closer to it than Bash.

You might try Loker to get some assistance. If you are interested in it or have any problems, feel free to bother me by email.

There are some other tools as well.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top