سؤال

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