printf '%s ' * # prints the names of the files in the current directory printf '%s ' "$@" # prints the positional arguments printf '%s ' "${a[@]}" # prints the element of the array `a`