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 ...
- We traverse the array once using two pointers (i and j). - Each comparison and possible assignment is O(1).