Enable the Linux terminal on any Android device, and you can create or practice your bash scripting on the go.
You need to package up a bunch of files, send them somewhere, and do something with them at the destination. It isn’t an uncommon scenario. The obvious answer is to create an archive — a zip or tar ...
I'm trying to write a shell script to do daily online backups for me.<BR><BR>Here's the code and I'll explain what I'm trying to do, but maybe you can figure it out ...