Good afternoon everyone! I'm trying to make a quick exporter, but I'm having a bit of difficulty... //Grab a list of everything selectedstring $lsS[] = `ls -sl`;//Loop through the list and export selectedfor ($i = 0; $i < `size ($lsS)`; $i ++){ //Remove organization suffix string $filename = ("/data/forUnity" +…