Y
Hacker News
new
|
ask
|
show
|
jobs
by
uxcn
3843 days ago
I've started trying to stick to dash syntax for shell scripts.
1 comments
effie
3842 days ago
Does dash have some advantage to bash, except being faster? Doesn't it lack some useful bash functionality?
link
uxcn
3842 days ago
The main advantage is that it's a smaller dependency. If you don't need the functionality, there's a bigger benefit to being portable. For example, running scripts on a router with embedded linux.
link