Few special variables in shell scripts. byAlFarhat •September 03, 2015 Builtin variables $0 = The filename of the current script. $# = The number of arguments supplied to a script. $*… Read more