更新 README.md,添加查找命令以显示 syncthing 文件夹结构

This commit is contained in:
严浩
2024-10-25 10:35:59 +08:00
parent cae429b2a5
commit 9a4f51982e

View File

@ -29,4 +29,5 @@ echo -e "\n Folder Path: $TARGET1 \n"
docker exec -it syncthing find /host -maxdepth 3 docker exec -it syncthing find /host -maxdepth 3
tree /root/st-folder -L 3 tree /root/st-folder -L 3
find /root/st-folder -maxdepth 3
``` ```