bash

Bash Script - Example

Bash Scripts - An example

I thought I might share with you, those that are interested that is, how you might write your own useful "bash script". Well just what is a "Bash" script? to answer that you first need to know where the word Bash comes from, it is a *nix term given to one of the many various shell(s) in use the likes of Unix, Linux and yes Mac's, of which these are only accessible from the terminal. A terminal console on it's own does very little it needs to run using a shell of some sought, these shells and by now there are a few of them for *nix family essentially do different jobs, but the one you are most likely to use is the bash shell as it is perhaps the most popular.

Converting filenames to lower case

Converting "Mixed Case" filenames to "Lower Case"

Syndicate content