Suppose a variable Count= var_17 Which of the following command can be use to extract last two digit from variable Count and store in a variable var?
Var=${Count: -2}
var=${Count: -2}
var=${Count: +2}
Var=${count: -2}