Scripting with Parameters
suggest changeRemarks
shiftshifts the positional parameters to the left so that$2becomes$1,$3becomes$2and so forth."$@"is an array of all the positional parameters passed to the script/function."$*"is an string composed of all the positional parameters passed to the script/function.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents