|
|
|
|
|
by chasil
1362 days ago
|
|
Debian dash is useful to keep my scripts honest. Busybox actually takes dash, and then sprinkles a few bash/korn features back onto it (notibly, not arrays). If you want a lot of people to use your scripts, getting them working in dash can help a great deal. The POSIX mode in bash exists because bash itself predates POSIX by nearly a decade. |
|
It's like saying you'll never use any Linux feature except those strictly defined by POSIX.1. Why would you do that?