From 3012dc542ca6a89e27332d5a2096066753eb65df Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Tue, 6 Jun 2023 22:23:14 +0900 Subject: [PATCH] add recursively and json output examples. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f75fa2e..691a6ea 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ List the folder contents ``` $ mdrs ls neurodata:/NIU/Repository/ $ mdrs ls -p PW_OPEN_PASSWORD neurodata:/NIU/Repository/PW_Open/ +$ mdrs ls -r neurodata:/NIU/Repository/Dataset1/ +$ mdrs ls -J -r neurodata:/NIU/Repository/Dataset1/ ``` ### mkdir