|
|
|
|
|
by laserbeam
42 days ago
|
|
> This is a bash feature, not POSIX. dash (Debian’s /bin/sh) and zsh don’t have it, so a #!/bin/sh script can’t use it. Call bash directly. This is why we can’t have nice things. This feature is complex and obscure enough that you are unlikely to be able to use it manually without consulting a reference, and poorly supported that any script you write with it is unportable. Bash is so powerful and so frustrating for this reason all the time :( |
|