About Bash Special variables and differences between $*, “$*”, $@, “$@”?
Bash scripts offer a range of special variables that prove incredibly valuable when handling arguments within a Bash script. $0 Prints filename of the script.$1, $2 ….. $n $1 is the…