as it disables all variable interpolation. It simply splits the string on white space and turns that into a list of values - convenient since rather than
. In this case, to get the variable values, just close the
You could just mash it all into a string for less typing, but using a list when calling system is good practice. See