Tagged: sh

About linux : binsh-alternative-to-in-binbash

Question Detail I’m trying to understand what is the alternative of ${!#} of /bin/bash on /bin/sh? I know that ${!#}, which evaluated to ${0} on /bin/bash but how can I get it using /bin/sh?...