Which Korn shell syntax is used to assign the directory of the called script to a variable called my seenagape 11 years ago Which Korn shell syntax is used to assign the directory of the called script to a variable calledmydir? A.mydir=$(dirname $0) B.$mydir=$(dirname $0) C.mydir=${dirname $@} D.mydir=$(dirname $?) Explanation: ← Previous question Next question →