scripts
scripts copied to clipboard
Miscellaneous scripts that serve a stand-alone purpose that might be useful for others.
Hi, Any chance you could help me adapt your `find-dupes.awk` script to work on a Linux system? Based on your notes, I was able to figure out the following changes:...
Hi, great tool but I've run into issues with a few filenames. I am running it on Debian Linux. My version of awk is `mawk 1.3.4 20200120`. Rathen than a...
Hello Tomer, I have started porting the find-dupes script to Ubuntu. Completely changed the parsing, and some minor changes. It's working - yay! But I'm a complete newbie to awk....
I have been using the script today. But unfortunately, it tries to stat each word in a file with whitespaces as a different file: mv: der Aufruf von stat für...
shasum will always produce a 40 digit hash value. If a file/folder name which is shorter than 40 digits is encoded , it actually gets longer than shorter. Steps to...