This commit is contained in:
JYH
2022-06-26 12:30:06 +00:00
parent 2038efdc23
commit 1120c4fea1

View File

@@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
# delete empty folders (or directories) from current path # delete empty folders (or directories) from current path
# 빈 폴더만 삭제한다.
find . -depth -type d -empty -delete find . -depth -type d -empty -delete