From a945feb02f6d64df2219ea1044251a7fe2ea98fc Mon Sep 17 00:00:00 2001 From: Mateja Date: Sat, 3 Apr 2021 00:37:03 +0200 Subject: Initial commit. --- find | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 find (limited to 'find') 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 -- cgit v1.2.3