From 0791c354995775becf558f4b0031daf55477f88f Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Sat, 19 Mar 2022 14:19:05 -0400 Subject: Reduce verbose find queries in favor of mv -v We can literally use mv -v instead! Why didn't I think to look at the manpage for mv! Lol --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index c2f5cfa..fa0cd78 100644 --- a/readme.txt +++ b/readme.txt @@ -53,8 +53,8 @@ target=/home/user/Pictures/ Nice to haves / Tasks to be done ================================ -[ ] Better logging (timestamps n such) - we repeat the find like 3 times to be - able to get better logs / printing +[x] Better logging of moves - we repeat the find like 3 times to be +[ ] Timestamps in logs? [ ] More flexibility / configurability [ ] Fault tolerance [ ] Auto mkdir -p if the target dir doesn't exist? -- cgit v1.2.3-54-g00ecf