7
Tìm danh sách các thư mục sâu một cấp từ thư mục phù hợp
Tôi đang cố gắng để có được một danh sách các thư mục được chứa trong một thư mục cụ thể. Cho các thư mục ví dụ sau: foo/bar/test foo/bar/test/css foo/bar/wp-content/plugins/XYZ foo/bar/wp-content/plugins/XYZ/js foo/bar/wp-content/plugins/XYZ/css baz/wp-content/plugins/ABC baz/wp-content/plugins/ABC/inc baz/wp-content/plugins/ABC/inc/lib baz/wp-content/plugins/DEF bat/bar/foo/blog/wp-content/plugins/GHI Tôi muốn một lệnh sẽ trở lại: XYZ ABC DEF GHI Về …