13 lines
232 B
MySQL
13 lines
232 B
MySQL
|
-- LIST { FILE | FILES } file_name [ ... ]
|
||
|
|
||
|
LIST FILE;
|
||
|
|
||
|
LIST FILE /tmp/test /some/random/file /another/random/file;
|
||
|
|
||
|
|
||
|
-- LIST { JAR | JARS } file_name [ ... ]
|
||
|
|
||
|
LIST JAR;
|
||
|
|
||
|
LIST JAR /tmp/test.jar /some/random.jar /another/random.jar;
|