Hacker News new | ask | show | jobs
by cybarDOTlive 1577 days ago
nice thanks for sharing!

https://github.com/dylanaraps/pure-bash-bible

>The goal of this book is to document commonly-known and lesser-known methods of doing various tasks using only built-in bash features. Using the snippets from this bible can help remove unneeded dependencies from scripts and in most cases make them faster.

1 comments

> https://github.com/dylanaraps/pure-bash-bible

Interesting, although on a quick skimming most of the functions listed there are wrappers over... printf?