summaryrefslogtreecommitdiff
path: root/mostrecentrecursively.sh
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2024-06-17 13:34:13 -0500
committergrothedev <grothedev@gmail.com>2024-06-17 13:43:09 -0500
commit2feba75a80261b7b8dfb257218e6d0ff3546ca14 (patch)
tree5e1accfbae46586c78ebc2cf3536e002be9fbebb /mostrecentrecursively.sh
parent702ad77194129290cfd4d2b45fcf15f862a84750 (diff)
added v4l2-ctl tool which is WIP. also apparently my local git settings were reset at some point and i didn't even realize it
Diffstat (limited to 'mostrecentrecursively.sh')
-rwxr-xr-xmostrecentrecursively.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/mostrecentrecursively.sh b/mostrecentrecursively.sh
index cc2b8bf..7bd8899 100755
--- a/mostrecentrecursively.sh
+++ b/mostrecentrecursively.sh
@@ -1,2 +1,4 @@
#!/bin/bash
find $1 -type f -exec stat --format '%Y :%y %n' "{}" \; | sort -nr | cut -d: -f2- | head
+
+#this script is slower than recentlymodifiedfilesrec.sh