This is the KerboScript LIST. command. So it prints the contents of the current directory to the terminal. However there are
many different things it can list, and the default (with no arguments) version is "files". Below is a list of all possible types
to list:
Changes the directory that kOS has internally for what the current directory is. If no path is provided, it will change to the "root"
of the current volume.
Copies a source file to a destination. If the destination is a file, it copies the contents into a new file with that name, if the
destination is a folder, it simply copies the file into that folder.
Moves a source file to a destination. If the destination is a file, it moves the contents into a new file with that name, if the
destination is a folder, it simply moves the file into that folder.