Hello blogweb, this week I’ll be posting some of my bash scripts that I use on a regular basis. To begin:
Pack
I tend to do quite a bit of compressing files for uploading and I cannot always seem to remember the options and order of those options that tar needs. So I built a bash script that does it for me. I call it pack and it’s syntax is:
pack <file1> <folder1> ...

Awesome, I’ve been getting into more and more bash scripting so this is very cool. Keep em coming. Always looking for ideas.
Nice to know that you could make use of it. Danke.