a little change

This commit is contained in:
JYH
2022-08-16 00:47:08 +00:00
parent 1120c4fea1
commit 53cd47f53d

View File

@@ -1,3 +1,3 @@
#!/bin/sh
# delete zero-sized file in the current path
# delete zero-sized file in the current path (directory)
find . -size 0 -print -delete