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 )An introduction to bash completion
An introduction to bash completion – part 1 One of the nicest facilities of the modern shell is the built in “completion” support. These facilities allow you to complete commands and their arguments easily. Read on for a brief introduction to adding your own command completions. part 2
Read Full Post | Make a Comment ( Comments Off on An introduction to bash completion )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 )shellcheck – an (online | cli) shell linter
shellcheck – a (online | cli) shell linter ShellCheck is… GPLv3: free as in freedom available on GitHub already packaged for your distro or package manager supported as an integrated linter in major editors available in CodeClimate and Codacy to auto-check your GitHub repo written in Haskell, if you’re into that sort of thing. Available […]
Read Full Post | Make a Comment ( Comments Off on shellcheck – an (online | cli) shell linter )Bash One-Liners Explained
A five part series on Bash one-liners by Peteris Krumins Working with files Working with strings All about redirections Working with history Navigating around
Read Full Post | Make a Comment ( Comments Off on Bash One-Liners Explained )My Workflow for Building Distros
My Workflow for Building Distros This article explains the steps I use to convert a git repo of a Perl module into a new distro.
Read Full Post | Make a Comment ( Comments Off on My Workflow for Building Distros )Bash scripting links
Better Bash Scripting in 15 Minutes Greg’s Wiki specifically BashGuide and BashFAQ
Read Full Post | Make a Comment ( Comments Off on Bash scripting links )Bash shell-scripting libraries
http://dberkholz.com/2011/04/07/bash-shell-scripting-libraries/
Read Full Post | Make a Comment ( None so far )« Previous Entries