aboutsummaryrefslogtreecommitdiff
path: root/find
diff options
context:
space:
mode:
Diffstat (limited to 'find')
-rw-r--r--find2
1 files changed, 2 insertions, 0 deletions
diff --git a/find b/find
new file mode 100644
index 0000000..a7e72ea
--- /dev/null
+++ b/find
@@ -0,0 +1,2 @@
+# Find files by file ext and sort them by date and time:
+sudo find . -name *.ods -printf "%AD %AT %p\n" | sort -k1.8n -k1.1nr -k1