Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
Databricks Runtime
Lists the resources added by ADD FILE.
Syntax
LIST [ FILE | FILES ] [ resource_name [...]]
Parameters
resource_name
Optional a name of a file or directory to list.
Examples
> ADD FILE /tmp/test /tmp/test_2;
> LIST FILE;
file:/private/tmp/test
file:/private/tmp/test_2
> LIST FILE /tmp/test /some/random/file /another/random/file
file:/private/tmp/test