Post #1248232
2026-02-24 04:16 UTC
@ajlewis2 @stefano I learned on the command line many moons ago
I really learned bash when I taught shell scripting at a community college
ABSG is a package in debian, maybe other distros
abs-guide - The Advanced Bash-Scripting Guide
You could try command wrappers, e.g. if you use rsync put it in a file, then figure out how to use command line arguments
BTW, $RANDOM gives you a random number between 0 and 3276 every time you use it, but don't assign to it or the magic breaks
have fun!
Replies (0)
No replies.