D Denna Senior Member Aug 16, 2017 #1 Does Asuswrt-Merlin have bash array support ? If so, how do you get bash scripts with arrays to work ? Last edited: Aug 16, 2017
Does Asuswrt-Merlin have bash array support ? If so, how do you get bash scripts with arrays to work ?
thelonelycoder Part of the Furniture Aug 17, 2017 #3 Note that Asuswrt-Merlin does not include bash only sh, a stripped down version of the Almquist shell. Bash is available as a package in Entware, which you seem to have installed. This gives the full path to your default shell: Code: echo $SHELL while this gives you the current shell in use: Code: echo $0
Note that Asuswrt-Merlin does not include bash only sh, a stripped down version of the Almquist shell. Bash is available as a package in Entware, which you seem to have installed. This gives the full path to your default shell: Code: echo $SHELL while this gives you the current shell in use: Code: echo $0