How the array manipulation functionalities specific to bash make it possible to more easily retrieve the positional parameters of a script or function.
How the array manipulation functionalities specific to bash make it possible to more easily retrieve the positional parameters of a script or function.
How to do a simple loop over the parameters of a shell script, from the first to the last one and from the last to the first one.