Anti-Trend
Nonconformist Geek
I've recently written three BASH scripts, each of which are licensed under version 3 of the GNU Public License. In each case, there are already plenty of scripts out there that do more or less the same thing. What makes these stand out is that rather than simply running a single, linear 'for' loop, they will potentially utilize as many CPU cores as you can throw at them. They also have a few other touches like sanity checks and plenty of user tunables, but the multi-core friendly design is by far the most compelling feature of each.
Each of these scripts is hosted on the tuxhelp.org wiki, so feel free to head over, create an account and post your own improvements or – better yet – your own useful scripts.
- backatronic.sh – Easily backup relevant files and databases in a 7-day rotation.
- flac-distiller.sh – A multithreaded FLAC to MP3 wrapper for Linux & UNIX.
- mp3-o-matic.sh – A multithreaded WAV to MP3 wrapper for Linux & UNIX.
Each of these scripts is hosted on the tuxhelp.org wiki, so feel free to head over, create an account and post your own improvements or – better yet – your own useful scripts.