Skip to content

Commit 200ef2d

Browse files
committed
better date for count
1 parent e83c0d2 commit 200ef2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

count.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash -e
22

3-
find /data/*/*/* -type d | wc -l
3+
COUNT=$(find /data/*/*/* -type d | wc -l)
4+
echo "$(date +'%F %T') $COUNT"

0 commit comments

Comments
 (0)