The mkdir command can create not just a directory but also a complex directory structure if you ask in the right way. The mkdir command can do more than create a single directory. It can create ...
In this post I'll show you how to create a self extracting bash script to automate the installation of files on your system. This script requires coreutils (for cat, tail), awk, gzip, tar and bash.