We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83c0d2 commit 200ef2dCopy full SHA for 200ef2d
count.sh
@@ -1,3 +1,4 @@
1
#!/bin/bash -e
2
3
-find /data/*/*/* -type d | wc -l
+COUNT=$(find /data/*/*/* -type d | wc -l)
4
+echo "$(date +'%F %T') $COUNT"
0 commit comments