mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 13:07:53 +08:00
weed shell: add fs.tree
This commit is contained in:
@@ -24,11 +24,11 @@ func (c *commandFsLs) Name() string {
|
||||
}
|
||||
|
||||
func (c *commandFsLs) Help() string {
|
||||
return `[-l] [-a] list all files under a directory
|
||||
return `list all files under a directory
|
||||
|
||||
fs.ls http://<filer_server>:<port>/dir/
|
||||
fs.ls http://<filer_server>:<port>/dir/file_name
|
||||
fs.ls http://<filer_server>:<port>/dir/file_prefix
|
||||
fs.ls [-l] [-a] http://<filer_server>:<port>/dir/
|
||||
fs.ls [-l] [-a] http://<filer_server>:<port>/dir/file_name
|
||||
fs.ls [-l] [-a] http://<filer_server>:<port>/dir/file_prefix
|
||||
`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user