@jollysea depends on what you want to do with it. I like Bash for short snippets of code and because it gets really annoying once it gets larger than a few lines, so I'll be forced to use a real language for the complicated stuff. Python has a similar thing once you start getting into OOP stuff
@jollysea that sounds doable in bash, yeah. I don't really have any specific source, I just search for whatever I need to do at the moment or look at man pages. To get all files older than x I think man find can help you
@jollysea basically what you wanna learn first is how pipes work bc that's how you do cool stuff in bash quickly
@noiob I want to do simple stuff like "transfer all files older than x from this folder into this folder via scp"