shell loop through arguments starting from 2 code example Example: linux loop over all arguments one by one for var in "$@" do echo "$var" done