Pure Bash Bible – Documenting pure bash ways to do various tasks
Pure Bash Bible – Documenting pure bash ways to do various tasks Github The goal of this repository is to document known and unknown methods of doing various tasks using only built-in bash features. Using the snippets from this guide can help to remove unneeded dependencies from your scripts and in most cases make them […]
Read Full Post | Make a Comment ( Comments Off on Pure Bash Bible – Documenting pure bash ways to do various tasks )How to create a Bash completion script
How to create a Bash completion script via /r/bash and /r/linux
Read Full Post | Make a Comment ( Comments Off on How to create a Bash completion script )Creating a bash completion script
Creating a bash completion script I recently worked on creating a bash completion script for a project and I enjoyed it very much. In this post I will try to familiarize you with the process of creating a bash completion script. Also discussed on /r/bash, /r/programming, /r/linux and r/commandline [redddit]
Read Full Post | Make a Comment ( Comments Off on Creating a bash completion script )